forked from siwalikm/coffitivity-offline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.35 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
{
"name": "coffitivity-offline",
"productName": "coffitivity-offline",
"version": "1.0.2",
"description": "An unnoficial Coffitivity.com music app for your computer which works offline.",
"main": "src/index.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint src"
},
"keywords": [
"coffitivity",
"coffitivity offline",
"productive"
],
"author": {
"name": "siwalik",
"email": "[email protected]",
"url": "siwalik.in"
},
"license": "MIT",
"config": {
"forge": {
"github_repository": {
"owner": "siwalikm",
"name": "coffitivity-offline",
"type": "git",
"url": "https://github.com/siwalikm/coffitivity-offline.git"
},
"make_targets": {
"darwin": [
"dmg"
]
},
"electronPackagerConfig": {
"packageManager": "npm",
"name": "Coffitivity Offline",
"icon": "./assets/icon.png.icns"
}
}
},
"dependencies": {
"electron-compile": "^6.4.1"
},
"devDependencies": {
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"electron-forge": "^4.0.0",
"electron-prebuilt-compile": "1.7.5"
}
}