-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "Elecadb",
"version": "0.2.1",
"description": "An adb tool based on Electron",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development DEBUG=* gulp",
"build": "cross-env NODE_ENV=production gulp webpack:build"
},
"author": "",
"license": "ISC",
"dependencies": {
"adbkit": "^2.7.0",
"coffee-script": "^1.12.2",
"debug": "^2.4.5",
"electron": "^1.4.12",
"electron-json-storage": "^3.0.0",
"jquery": "^3.1.1",
"material-design-icons": "^3.0.1",
"mint-ui": "^2.0.6",
"progress-stream": "^1.2.0",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"style-loader": "^0.13.1",
"temp": "^0.8.3",
"unzip": "^0.1.11",
"vue": "^2.1.6"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-component": "^0.6.0",
"babel-preset-es2015": "^6.0.0",
"coffee-loader": "^0.7.2",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"electron-connect": "^0.6.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.7",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.0",
"webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^2.1.0-beta.9"
}
}