forked from nodebots/nodebots-interchange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.31 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
{
"name": "nodebots-interchange",
"version": "1.3.0",
"description": "Tool to build custom backpack firmwares to make devices I2C compliant",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "nodeunit test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajfisher/nodebots-interchange.git"
},
"keywords": [
"nodebots",
"johnny-five",
"I2C",
"firmware"
],
"author": "Andrew Fisher <[email protected]> (http://github.com/ajfisher)",
"contributors": [
"Suz Hinton (http://github.com/noopkat)",
"Derek Wheelden (http://github.com/frxnz)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ajfisher/nodebots-interchange/issues"
},
"homepage": "https://github.com/ajfisher/nodebots-interchange#readme",
"bin": {
"interchange": "bin/cli.js"
},
"dependencies": {
"async": "^2.1.4",
"avrgirl-arduino": "^3.0.2",
"colors": "^1.1.2",
"commander": "^2.9.0",
"download": "^7.0.0",
"fs-extra": "^7.0.0",
"inquirer": "^6.0.0",
"lodash": "^4.17.3",
"minimist": "^1.2.0",
"nodebots-hcsr04": "git+https://github.com/ajfisher/nodebots-hcsr04.git",
"serialport": "^6.2.1",
"tmp": "0.0.33"
},
"devDependencies": {
"eslint": "^5.0.1",
"nodeunit": "^0.11.2"
}
}