forked from AntSwordProject/antSword
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "antsword",
"version": "2.1.11.1",
"description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js",
"dependencies": {
"crypto-js": "^3.1.9-1",
"extract-zip": "^1.6.7",
"geoips": "^0.0.1",
"iconv-lite": "^0.4.23",
"jschardet": "^1.6.0",
"marked": "^0.6.2",
"nedb": "^1.5.1",
"node-rsa": "^1.0.5",
"random-fake-useragent": "^0.1.0",
"superagent": "^3.8.3",
"superagent-proxy": "^1.0.3",
"tar": "^4.4.6",
"through": "^2.3.8"
},
"scripts": {
"start": "AntSword app.js",
"build": "npm start"
},
"author": "antoor <u@uyu.us>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AntSwordProject/AntSword"
},
"update": {
"md5": "",
"logs": "",
"sources": {
"github": "https://github.com/AntSwordProject/antSword/releases/latest"
}
},
"bugs": {
"url": "https://github.com/AntSwordProject/AntSword/issues"
},
"homepage": "https://github.com/AntSwordProject/AntSword/"
}