forked from FPGAwars/icestudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "icestudio",
"version": "0.3.3",
"description": "Visual editor for open FPGA boards",
"author": "Jesús Arroyo Torrens <[email protected]>",
"repository": "https://github.com/FPGAwars/icestudio",
"license": "GPL-2.0",
"scripts": {
"start": "grunt serve",
"dist": "grunt dist",
"gettext": "grunt gettext",
"postinstall": "npmpd && cd app && npm install && bower install && cd ../tasks && npm install && cd .. && grunt getcollection"
},
"devDependencies": {
"bower": "^1.8.0",
"grunt": "^1.0.1",
"grunt-angular-gettext": "^2.3.0",
"grunt-appimage": "^0.6.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.0",
"grunt-json-minify": "^1.1.0",
"grunt-nw-builder": "^3.1.0",
"grunt-replace": "^1.0.1",
"grunt-usemin": "^3.1.1",
"grunt-wget": "^0.1.3",
"grunt-wiredep": "^3.0.1",
"grunt-zip": "^0.17.1",
"load-grunt-tasks": "^3.5.0",
"npm-platform-dependencies": "0.0.12",
"nw": "^0.12.3"
},
"darwinDependencies": {
"grunt-appdmg": "^0.4.0"
}
}