forked from guillaumedelre/dream-cheeky-thunder-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.17 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"_args": [
[
"/home/guillaume/dev/sources/local/dream-cheeky-thunder"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/dream-cheeky-thunder-driver",
"_nodeVersion": "5.4.0",
"_npmUser": {
"email": "[email protected]",
"name": "guillaumedelre"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "dream-cheeky-thunder-driver",
"raw": "[email protected]",
"rawSpec": "0.0.3",
"scope": null,
"spec": "0.0.3",
"type": "version"
},
"_requiredBy": [
"/"
],
"_shasum": "435e63d205fc1a7b62c7607eeba650db7549f52b",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/home/guillaume/dev/sources/local/dream-cheeky-thunder",
"author": {
"name": "Guillaume Delré"
},
"bugs": {
"url": "https://github.com/guillaumedelre/dream-cheeky-thunder-driver/issues"
},
"dependencies": {
"requirejs": "^2.1.16",
"underscore": "^1.7.0",
"usb": "^1.0.4"
},
"description": "Driver for Dream Cheeky Missile Launcher",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "435e63d205fc1a7b62c7607eeba650db7549f52b",
"tarball": "http://registry.npmjs.org/dream-cheeky-thunder-driver/-/dream-cheeky-thunder-driver-0.0.3.tgz"
},
"gitHead": "e1f4f21371bde4908e3709e20791d4638b098c1a",
"homepage": "https://github.com/guillaumedelre/dream-cheeky-thunder-driver#readme",
"keywords": [
"Cheeky",
"Dream",
"Driver",
"Launcher",
"Missile",
"Thunder",
"USB"
],
"license": "MIT",
"main": "main.js",
"maintainers": [
{
"name": "guillaumedelre",
"email": "[email protected]"
}
],
"name": "dream-cheeky-thunder-driver",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/guillaumedelre/dream-cheeky-thunder-driver.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.3"
}