-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
67 lines (67 loc) · 1.62 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "Xtruct",
"version": "0.0.3",
"description": "...",
"main": "main.js",
"scripts": {
"start": "electron .",
"serve": "gulp serve",
"pack": "build --dir --x64 --ia32",
"dist": "build --x64 --ia32",
"doc": "documentation serve core/*",
"plugins": "documentation serve plugins/*"
},
"repository": "https://github.com",
"keywords": [
"Xtruct"
],
"author": "Armaldio",
"license": "MIT",
"devDependencies": {
"@types/is": "^0.0.17",
"@types/electron": "^1.4.33",
"@types/jquery": "^2.0.40",
"devtron": "^1.4.0",
"electron": "^1.6.0",
"electron-builder": "^12.3.1",
"electron-connect": "^0.6.1",
"flow-bin": "^0.41.0",
"gulp": "^3.9.1"
},
"dependencies": {
"app-root-path": "^2.0.1",
"camelcase": "^4.0.0",
"electron-is-dev": "^0.1.2",
"electron-localshortcut": "^1.0.0",
"golden-layout": "^1.5.7",
"google-closure-compiler": "^20170218.0.0",
"hammerjs": "^2.0.8",
"is": "^3.2.1",
"jquery": "^3.1.1",
"lowdb": "^0.14.0",
"mkdirp": "^0.5.1",
"moment": "^2.17.1",
"monaco-editor": "^0.8.1",
"node-static": "^0.7.9",
"nprogress": "^0.2.0",
"opn": "^4.0.2",
"phaser-ce": "^2.7.3",
"require-all": "^2.2.0",
"tmp": "^0.0.31"
},
"postinstall": "install-app-deps",
"build": {
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
},
"electronVersion": "1.6.2",
"asar": false,
"appId": "com.editor.xtruct",
"copyright": "Copyright © 2017 Armaldio",
"compression": "maximum",
"win": {
"iconUrl": "logos/Icon.ico"
}
}
}