forked from jacobrosenthal/node-newtmgr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 973 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "newtmgr",
"version": "0.9.1",
"description": "unofficial Apache MyNewt Manager",
"main": "index.js",
"scripts": {
"test": "mocha --include test/*.js test/*.js --reporter spec"
},
"bin": {
"nnewtmgr": "cli.js"
},
"author": "Jacob Rosenthal",
"license": "MIT",
"devDependencies": {
"async": "^2.5.0",
"chai": "^3.5.0",
"clone": "^2.1.1",
"mocha": "^3.2.0",
"semver-compare-multi": "^1.0.3",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0"
},
"optionalDependencies": {
"noble": "sandeepmistry/noble#streams",
"serialport": "^3.1.2"
},
"dependencies": {
"cbor": "^3.0.0",
"crc": "^3.4.4",
"debug": "^2.6.3",
"duplexify": "^3.5.0",
"flush-write-stream": "^1.0.2",
"from2": "^2.3.0",
"lodash.has": "^4.5.2",
"lodash.hasin": "^4.5.2",
"lodash.invert": "^4.3.0",
"pumpify": "^1.3.5",
"split2": "^2.1.1",
"through2": "^2.0.3",
"yargs": "^7.0.2"
}
}