forked from FPGAwars/icestudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.67 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
{
"name": "icestudio",
"version": "0.12.1w",
"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",
"buildOSXARM64": "grunt dist --platform=darwin --cpu=arm64",
"preptext": "grunt gettext && scripts/update_translations.sh",
"compiletext": "grunt compiletext",
"jshint": "grunt jshint",
"clean": "grunt clean",
"getcollection": "grunt getcollection",
"postinstall": "sh scripts/postInstall.sh && grunt getcollection && npmpd && cd app && npm install"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-angular-gettext": "^2.5.3",
"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": "^4.0.1",
"grunt-shell": "^3.0.1",
"grunt-wget": "^0.1.3",
"grunt-zip": "^0.18.2",
"npm-platform-dependencies": "0.1.0",
"nw": "0.83.0",
"nw-builder": "^4.5.4"
},
"darwinDependencies": {
"fs-xattr": "^0.4.0",
"grunt-appdmg": "github:agoodney/grunt-appdmg"
}
}