-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
26 lines (26 loc) · 851 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
{
"name" : "node-thunder-driver",
"version" : "0.0.5",
"author" : "Pathikrit Bhowmick <pathikritbhowmick@msn.com>",
"description" : "nodejs driver for dream cheeky usb thunder missile launcher",
"repository" : {
"type": "git",
"url" : "https://github.com/pathikrit/node-thunder-driver.git"
},
"bugs" : {
"url" : "https://github.com/pathikrit/node-thunder-driver/issues",
"email": "pathikritbhowmick@msn.com"
},
"main" : "driver.js",
"keywords" : ["dream cheeky", "usb", "missile", "launcher", "driver"],
"dependencies": {
"node-usb" : "git://github.com/nonolith/node-usb.git#2ed4a82310634c68b8914f0eff406d889394a7e3",
"underscore": "1.3.x"
},
"license" : "MIT",
"engine" : {
"node": "0.6.x",
"npm" : "1.1.x"
},
"os" : [ "!win32" ]
}