-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
31 lines (31 loc) · 964 Bytes
/
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
{
"name": "waveform",
"version": "1.0.0",
"description": "The application is available live at [d1manson.github.io/waveform](http://d1manson.github.io/waveform).",
"main": "electron-entrypoint.js",
"dependencies": {
"bower": "^1.8.8",
"electron-prompt": "^1.6.0"
},
"devDependencies": {
"electron": "=1.7.0",
"electron-packager": "^15.1.0",
"vulcanize": "^1.14.8"
},
"scripts": {
"vulcanize": "vulcanize index_full.html --inline-scripts --strip-comments > index.html",
"build-windows": "electron-packager . waveform --platform=win32",
"build-mac": "electron-packager . waveform --platform=darwin",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/d1manson/waveform.git"
},
"author": "Daniel Manson",
"license": "ISC",
"bugs": {
"url": "https://github.com/d1manson/waveform/issues"
},
"homepage": "https://github.com/d1manson/waveform#readme"
}