forked from zhanglei923/rk-offlinedev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (63 loc) · 1.55 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
{
"name": "rk-offlinedev",
"version": "0.3.0",
"description": "",
"main": "server.js",
"dependencies": {
"fs-extra": "9.0.0",
"typescript": "3.8.3",
"body-parser": "1.19.0",
"child_process": "^1.0.2",
"express": "4.17.1",
"spdy":"4.0.1",
"format-json": "^1.0.3",
"json-format": "1.0.1",
"handlebars": "4.3.0",
"http": "^0.0.0",
"https": "^1.0.0",
"lodash": "4.17.15",
"sync-request": "6.1.0",
"then-request": "6.0.2",
"url": "^0.11.0",
"moment": "2.24.0",
"decomment": "0.9.2",
"strip-comments": "2.0.1",
"eachcontent-js": "1.0.9",
"make-dir": "3.0.2",
"compression": "1.7.4",
"exec-sh": "0.3.4",
"blueimp-md5": "2.12.0",
"node-watch": "0.6.3",
"xterm": "4.0.2",
"jsonpath": "1.0.2",
"download": "7.1.0",
"tar": "5.0.5",
"git-state": "4.1.0",
"jira-client": "6.13.0",
"is-path-inside":"3.0.2",
"clean-css":"4.2.3",
"css-url-parser":"1.1.3",
"uglify-js":"3.8.0",
"micromatch":"4.0.2",
"detective":"5.2.0",
"espree":"6.2.1"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhanglei923/rk-offlinedev.git"
},
"author": "zhanglei923",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhanglei923/rk-offlinedev/issues"
},
"homepage": "https://github.com/zhanglei923/rk-offlinedev#readme"
}