Skip to content

Commit

Permalink
Merge pull request #52 from spmjs/development
Browse files Browse the repository at this point in the history
Add spm support
  • Loading branch information
dmauro committed Nov 2, 2014
2 parents cd8c079 + 1674805 commit 2980a5c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name" : "keypress",
"version" : "2.0.3",
"main" : "keypress.js",
"description" : "a robust keyboard input capturing Javascript utility focused on input for games. For details and documentation, please visit http://dmauro.github.io/Keypress/",
"devDependencies" : {
"jasmine" : "1.3.0"
},
"spm": {
"main": "keypress.js",
"ignore": [
"compiler.jar"
]
}
}

0 comments on commit 2980a5c

Please sign in to comment.