-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
114 lines (114 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "ares-webos-sdk",
"main": "./lib/ipkg-tools.js",
"version": "1.1.11",
"bin": {
"ares-novacom": "./bin/ares-novacom.js",
"ares-generate": "./bin/ares-generate.js",
"ares-package": "./bin/ares-package.js",
"ares-install": "./bin/ares-install.js",
"ares-launch": "./bin/ares-launch.js",
"ares-inspect": "./bin/ares-inspect.js",
"ares-gdbserver": "./bin/ares-gdbserver.js",
"ares-novacom": "./bin/ares-novacom.js",
"ares-setup-device": "./bin/ares-setup-device.js"
},
"dependencies": {
"shelljs": ">=0.5.1",
"request": "2.12.x",
"async": "~0.2.9",
"mkdirp": "~0.3.5",
"temp": "~0.5.1",
"rimraf": "~2.1.2",
"rsync": "0.0.x",
"readline": "0.0.x",
"tar": "0.1.x",
"fstream": "0.1.x",
"graceful-fs": "1.2.x",
"combined-stream": "~0.0.4",
"ssh2": ">=0.4.8",
"npmlog": "~0.0.4",
"nopt": "~2.1.2",
"semver": "2.1.0",
"sprintf-js": "~0.0.7",
"stream-buffers": "0.2.x",
"express": "~3.3.4",
"base64-stream": "~0.1.2",
"busboy": "~0.0.5",
"inherits": "~1.x",
"jsonschema": "~0.4.x",
"body-parser" : "1.4.x",
"easy-table" : "~0.3.0",
"inquirer" : "~0.8.0",
"colors" : "~1.0.3",
"strip-bom": "^1.0.0",
"encoding": "^0.1.11",
"chardet": "0.0.8",
"extract-zip":"~1.0.3",
"shell-source" : "~1.1.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.11"
},
"engineStrict": true,
"os": [
"darwin",
"linux",
"win32"
],
"devDependencies": {
"mocha": "1.8.x",
"should": "1.2.x"
},
"scripts": {
"test": "node_modules/.bin/mocha test/*.spec.js",
"install": "node ./scripts/sub-npm.js"
},
"bundledDependencies": [
"shelljs",
"request",
"async",
"mkdirp",
"temp",
"rimraf",
"tar",
"fstream",
"graceful-fs",
"combined-stream",
"ssh2",
"npmlog",
"nopt",
"semver",
"sprintf-js",
"stream-buffers",
"express",
"base64-stream",
"busboy",
"inherits",
"jsonschema",
"body-parser",
"easy-table",
"inquirer",
"colors",
"strip-bom",
"encoding",
"chardet",
"extract-zip",
"shell-source"
],
"files": [
"DEMO.md",
"README.md",
"SSH-KEY-SETUP.md",
"ares",
"bin",
"ide-plugin.json",
"lib",
"scripts",
"templates",
"test",
"enyo/tools",
"enyo/loader.js"
]
}