-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 895 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 895 Bytes
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
{
"name": "IHM-Polymer-Optimod",
"version": "1.0.0",
"description": "IHM-Polymer-Optimod",
"main": "index.html",
"window": {
"title": "Optimod",
"toolbar": false,
"frame": false,
"resizable": true,
"position": "center",
"width": 1200,
"height": 800
},
"scripts": {
"run": "nwbuild --run ./",
"win": "nwbuild -p win ./",
"linux": "nwbuild -p linux32,linux64 ./",
"osx": "nwbuild -p osx ./"
},
"repository": {
"type": "git",
"url": "https://github.com/hexanom/IHM-Polymer-Optimod.git"
},
"author": "Robin Ricard",
"license": "MIT",
"bugs": {
"url": "https://github.com/hexanom/IHM-Polymer-Optimod/issues"
},
"homepage": "https://github.com/hexanom/IHM-Polymer-Optimod",
"dependencies": {
"gulp": "^3.8.10",
"gulp-bower": "0.0.7",
"gulp-shell": "^0.2.11",
"node-webkit-builder": "^1.0.0"
}
}