-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
35 lines (35 loc) · 943 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
34
35
{
"name": "seals",
"version": "0.1.5",
"description": "备份你在 QQ 云端的聊天记录。",
"main": "browser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "asar pack release release/seals.asar"
},
"author": "unmric",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.23.1",
"eslint": "~2.10.0",
"file-loader": "^0.8.5",
"standard": "^6.0.7",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.2.2",
"vue-html-loader": "^1.1.0",
"vue-loader": "^8.0.2",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"cookiejar": "^2.0.6",
"sql.js": "^0.3.2",
"vue": "^1.0.14"
}
}