forked from FPGAwars/icestudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.65 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": "icestudio",
"version": "0.11.2w",
"description": "Visual editor for open FPGA boards",
"contributors": [
{
"name": "Carlos Venegas Arrabe",
"url": "https://github.com/cavearr"
},
{
"name": "Juan González Gómez",
"url": "https://github.com/Obijuan"
}
],
"repository": "https://github.com/FPGAwars/icestudio",
"license": "GPL-2.0",
"scripts": {
"start": "grunt serve",
"buildLinux64": "grunt dist --platform=linux64",
"buildAarch64": "grunt dist --platform=aarch64",
"buildWindows": "grunt dist --platform=win64",
"buildOSX": "grunt dist --platform=darwin",
"gettext": "grunt gettext",
"compiletext": "grunt compiletext",
"jshint": "grunt jshint",
"clean": "grunt clean",
"getcollection": "grunt getcollection",
"postinstall": "grunt getcollection && npmpd && cd app && npm install"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-angular-gettext": "^2.5.3",
"grunt-appimage": "^0.6.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-json-minify": "^1.1.0",
"grunt-nw-builder": "^3.1.0",
"grunt-shell": "^3.0.1",
"grunt-wget": "^0.1.3",
"grunt-zip": "^0.18.2",
"npm-platform-dependencies": "0.1.0",
"nw": "0.76.1",
"nw-builder": "^3.5.7"
},
"darwinDependencies": {
"grunt-appdmg": "https://github.com/agoodney/grunt-appdmg.git"
},
"optionalDependencies": {
"grunt-appdmg": "github:agoodney/grunt-appdmg"
}
}