-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "hello-electron",
"version": "1.0.0",
"description": "qtk hello world.",
"main": "www/main.js",
"scripts": {
"build": "tsc && webpack",
"pack": "build --dir --project release",
"dist": "build --project release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qtoolkit/hello-electron.git"
},
"keywords": [
"hello-electron"
],
"author": "[email protected]",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/qtoolkit/hello-electron/issues"
},
"homepage": "https://github.com/qtoolkit/hello-electron#readme",
"devDependencies": {
"asar": "^0.12.4",
"electron": "^1.4.13",
"electron-builder": "^10.17.3",
"karma": "^1.1.2",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"mocha": "^3.0.0",
"ts-loader": "^0.8.2",
"typedoc": "^0.4.4",
"typescript": "^2.0.3",
"typings": "^1.3.2",
"webpack": "^1.13.1",
"nan": "^2.5.0",
"qtk": "git+https://github.com/qtoolkit/qtk.git"
},
"build": {
"appId": "demo.qtk.cn",
"productName": "Demo"
},
"dependencies": {
"bindings": "^1.2.1"
}
}