forked from mborik/SAA1099Tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.48 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
{
"name": "SAA1099Tracker",
"version": "1.2.0",
"homepage": "https://github.com/mborik/SAA1099Tracker",
"description": "SAA1099Tracker is an offline-storage HTML5/JavaScript chiptune music tracker for Philips SAA 1099 soundchip",
"author": {
"name": "Martin Borik",
"email": "[email protected]"
},
"private": true,
"main": "electron/main.js",
"scripts": {
"start": "electron . -d",
"build": "grunt",
"dist": "build -wl --x64 --ia32 --config electron.json",
"dist-osx": "build -m --x64 --config electron.json"
},
"config": {
"updateUrl": "http://saa1099tracker.borik.net/api/update"
},
"dependencies": {
"compare-version": "^0.1.2",
"digest-stream": "^1.0.1",
"electron-window-state": "^4.0.1",
"meow": "^3.7.0",
"object-assign": "^4.1.1",
"request": "^2.79.0"
},
"devDependencies": {
"@types/bootstrap": "^3.3.32",
"@types/jquery": "^2.0.39",
"@types/lz-string": "^1.3.31",
"babili": "0.0.10",
"bower": "~1.8.0",
"electron": "^1.4.15",
"electron-builder": "^14.5.3",
"electron-builder-squirrel-windows": "^15.0.0",
"grunt": "~1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~1.0.2",
"grunt-contrib-less": "~1.4.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-html-build": "^0.6.1",
"grunt-ts": "latest",
"less-middleware": "~2.2.0",
"typescript": "^2.1.4"
}
}