-
Notifications
You must be signed in to change notification settings - Fork 598
/
package.json
45 lines (45 loc) · 1.06 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
{
"name": "antsword",
"version": "2.1.15",
"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": "6.1.0",
"superagent-proxy": "3.0.0",
"tar": "4.4.18",
"through": "2.3.8",
"ws": "6.2.2",
"mime": "2.6.0",
"xml2js": "0.4.23"
},
"scripts": {
"start": "AntSword app.js",
"build": "npm start"
},
"author": "antoor",
"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/"
}