forked from pathikrit/node-thunder-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 773 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 773 Bytes
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.6",
"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": {
"usb" : "0.3.2",
"underscore": "1.3.x"
},
"license" : "MIT",
"engine" : {
"node": "0.10.x",
"npm" : "1.3.x"
},
"os" : [ "!win32" ]
}