-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.53 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
57
58
59
60
61
62
63
64
65
66
{
"name": "rotesonne.js",
"version": "0.0.4",
"description": "Audio Player",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/industral/RoteSonne.js.git"
},
"keywords": [
"player",
"electron",
"javascript",
"flac",
"aac",
"alac"
],
"author": "Alex Ivasyuv",
"license": "MIT",
"bugs": {
"url": "https://github.com/industral/RoteSonne.js/issues"
},
"build": {
"app-bundle-id": "org.rotesonne",
"app-category-type": "public.app-category.music",
"osx": {
"icon": "build/icon.icns",
"icon-size": 80,
"background": "build/background.png",
"ignore": "bundle.js.map",
"contents": [
{
"x": 510,
"y": 220,
"type": "link",
"path": "/Applications"
},
{
"x": 100,
"y": 220,
"type": "file"
}
]
}
},
"homepage": "https://github.com/industral/RoteSonne.js#readme",
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"electron-builder": "^3.5.0",
"electron-prebuilt": "^0.37.5",
"node-sass": "^3.4.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
},
"scripts": {
"postinstall": "./node_modules/.bin/install-app-deps",
"pack": "./node_modules/.bin/build",
"dist": "./node_modules/.bin/build"
}
}