-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 911 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
43
{
"name": "smi.cli",
"version": "0.35.14",
"pm": "npm",
"publish": true,
"main": "./lib/smi.js",
"bin": {
"smi": "./bin/smi"
},
"dependencies": {
"async": "^0.7.0",
"colors": "^0.6.2",
"commander": "^2.2.0",
"deepcopy": "~0.3.3",
"deepequal": "0.0.1",
"deepmerge": "~0.2.7",
"dirsum": "~0.1.1",
"fs-extra": "~0.8.1",
"glob": "^3.2.9",
"mfs": "0.1.x",
"moment": "^2.5.1",
"pinf-it-filetree-insight": "^0.1.1",
"q": "^1.0.1",
"request": "~2.34.0",
"require.async": "^0.1.1",
"smi.cache": "0.x",
"touch": "~0.0.3",
"waitfor": "~0.1.3",
"org.pinf.lib": "0.1.x"
},
"devDependencies": {
"mocha": "~1.9.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter list test/*.js"
},
"config": {
"pio.deploy.converter": {
"name": "nodejs-lib",
"scriptsPath": "scripts.pio"
}
}
}