-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "johnny-load",
"description": "Load johnny-five components using a hardware configuration model object",
"version": "0.0.5",
"homepage": "https://github.com/mMerlin/johnny-load",
"author": {
"name": "H. Phil Duby"
},
"repository": {
"type": "git",
"url": "http://github.com/mMerlin/johnny-load.git"
},
"bugs": {
"url": "https://github.com/mMerlin/johnny-load/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mMerlin/johnny-load/blob/master/LICENSE"
}
],
"main": "lib/johnny-load",
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt nodeunit"
},
"directories": {
"doc": "./doc",
"examples": "./examples"
},
"dependencies": {
"johnny-five": "*"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-nodeunit": "latest",
"grunt-contrib-watch": "latest",
"grunt-jslint": "latest",
"board-io": "latest"
},
"keywords": ["johnny-five", "johnny-load", "hardware", "model"],
"contributors": []
}