-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1012 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
36
37
38
{
"name": "inspectors-gadget",
"version": "1.0.1",
"description": "A report generation tool for building inspectors",
"main": "index.js",
"dependencies": {
},
"devDependencies": {
"electron-canvas-to-buffer": "^2.0.0",
"localforage": "^1.5.0",
"lodash": "^4.17.4",
"mathjs": "^3.14.2",
"vex-js": "^4.0.0",
"vue": "^2.4.1",
"webpack": "^3.1.0",
"css-loader": "^0.28.4",
"eslint": "^4.4.1",
"electron": "~1.6.11",
"style-loader": "^0.18.2",
"webpack": "^3.1.0",
"webpack-bundle-analyzer": "^2.8.2"
},
"scripts": {
"build": "webpack",
"start": "electron ./dist/main.js",
"eslint": "eslint ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lieuzhenghong/inspectors-gadget.git"
},
"author": "lieu",
"license": "BY-NC-SA",
"bugs": {
"url": "https://github.com/lieuzhenghong/inspectors-gadget/issues"
},
"homepage": "https://github.com/lieuzhenghong/inspectors-gadget#readme"
}