forked from 2Quico/antSword
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 866 Bytes
/
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
{
"name": "antsword",
"version": "1.0.0",
"description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js",
"dependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"electron-prebuilt": "^0.36.10",
"iconv-lite": "^0.4.13",
"lib-qqwry": "^0.0.5",
"log4js": "^0.6.29",
"nedb": "^1.5.1",
"superagent": "^1.6.1",
"webpack": "^1.12.14"
},
"scripts": {
"start": "electron app.js",
"build": "webpack --progress --color --watch"
},
"author": "antoor <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/antoor/antSword"
},
"bugs": {
"url": "https://github.com/antoor/antSword/issues"
},
"homepage": "https://github.com/antoor/antSword"
}