forked from schakko/node-usb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 844 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "usb",
"description": "Library to access USB devices",
"keywords": [
"usb",
"hardware"
],
"author": {
"name": "Nonolith Labs",
"url": "http://www.nonolithlabs.com"
},
"contributors": [
{
"name": "Kevin Mehall",
"email": "km@kevinmehall.net",
"url": "http://kevinmehall.net"
},
{
"name": "Christopher Klein"
}
],
"version": "0.1.1",
"engines": {
"node": ">=0.6.x <0.8.9999"
},
"main": "./usb",
"repository": {
"type": "git",
"url": "https://github.com/sysrun/node-usb.git"
},
"scripts": {
"preinstall": "node-gyp rebuild",
"test": "mocha --compilers coffee:coffee-script"
},
"dependencies": {
"bindings": "1.0.x"
},
"devDependencies": {
"coffee-script": "~1.4.0",
"mocha": "~1.7.4"
},
"license": "MIT"
}