Skip to content

Commit

Permalink
add package.json, adapted from gorillatron's fork
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed Aug 12, 2012
1 parent 1813df1 commit c23bdd9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package.json
@@ -0,0 +1,18 @@
{
"author": "Hans Hübner",
"name": "node-hid",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git://github.com/hanshuebner/node-hid.git"
},
"scripts": {
"install": "cd ./src/ && node-waf configure build install"
},
"main": "./src/HID",
"engines": {
"node": "~0.8.6"
},
"dependencies": {},
"devDependencies": {}
}

0 comments on commit c23bdd9

Please sign in to comment.