forked from zsxsoft/zbp-app-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 874 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": "zbp-app-validator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "electron javascript/gui/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zsxsoft/zbp-app-validator.git"
},
"author": "zsx <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zsxsoft/zbp-app-validator/issues"
},
"homepage": "https://github.com/zsxsoft/zbp-app-validator#readme",
"dependencies": {
"bluebird": "^3.5.3",
"debug": "^4.1.0",
"deep-assign": "^3.0.0",
"electron": "^4.0.1",
"element-theme": "^2.0.1",
"element-ui": "^2.2.1",
"normalize.css": "^8.0.0",
"puppeteer": "^1.11.0",
"vue": "^2.5.16",
"xterm": "^3.2.0"
},
"devDependencies": {
"electron-rebuild": "^1.7.3",
"element-theme-chalk": "^2.2.1"
}
}