-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.22 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
{
"name": "weex-run",
"version": "2.1.1",
"description": "run weex in thera",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:TheraPackages/weex-run.git"
},
"attachResource": "resources",
"keywords": [
"weex"
],
"author": "NickolasHu",
"license": "MIT",
"dependencies": {
"chokidar": "^1.7.0",
"find-free-port": "^1.0.2",
"fs-extra": "~2.0.0",
"fs-promise": "^2.0.0",
"ip": "^1.1.5",
"is-running": "~2.1.0",
"jimp": "~0.2.27",
"jquery": "~3.2.1",
"ps-node": "~0.1.4",
"ps-tree": "~1.1.0",
"request": "~2.76.0",
"touch": "~1.0.0",
"websocket": "1.0.22"
},
"devDependencies": {
"standard": "~8.5.0"
},
"standard": {
"globals": [
"atom",
"$"
]
},
"providedServices": {
"thera-project-config": {
"description": "Provide current project config object",
"versions": {
"1.0.0": "provideProjectConfig"
}
}
},
"--consumedServices": {
"thera-project-config": {
"description": "Consume project config object",
"versions": {
"1.0.0": "cosumeProjectConfig"
}
}
}
}