-
Notifications
You must be signed in to change notification settings - Fork 265
/
package.json
56 lines (56 loc) · 1.45 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
{
"name": "Deepnest.io",
"version": "1.0.5",
"description": "Deep nesting for Laser and CNC",
"main": "main.js",
"scripts": {
"start": "electron .",
"configure": "node-gyp configure --release",
"build": "node-gyp rebuild --target=1.4.8 --arch=x64 --dist-url=https://atom.io/download/atom-shell",
"clean": "node-gyp clean configure build --verbose --target=1.4.8 --arch=ia32 --dist-url=https://atom.io/download/atom-shell",
"pack": "build --dir",
"dist": "build"
},
"repository": "https://github.com/Jack000",
"keywords": [
"Electron",
"Nesting",
"CNC",
"Laser"
],
"author": {
"name": "Jack Qiao",
"email": "jak000@gmail.com",
"url": "http://deepnest.io"
},
"devDependencies": {
"electron": "^1.4.1",
"electron-builder": "^20.26.0",
"electron-rebuild": "^1.4.0"
},
"dependencies": {
"electron-config": "^0.2.1",
"electron-settings": "^2.2.2",
"electron-window-manager": "^1.0.4",
"filequeue": "^0.5.0",
"graceful-fs": "^4.1.11",
"melanke-watchjs": "^1.3.1",
"nan": "^2.4.0",
"paralleljs": "^0.2.1",
"request": "^2.79.0",
"write-file-queue": "0.0.1"
},
"build": {
"appId": "com.deepnest.io",
"copyright": "Copyright 2016 Jack Qiao",
"compression": "maximum",
"nodeGypRebuild": false,
"mac": {
"category": "public.app-category.utilities",
"icon": "icon.icns"
},
"win": {
"icon": "icon.ico"
}
}
}