-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "playing",
"version": "1.1.1",
"description": "Send what you're playing on iTunes to Slack",
"main": "main.js",
"scripts": {
"test": "standard",
"start": "electron ./",
"build": "electron-packager ./ playing --out build/ --platform=darwin --arch=x64 --version=1.2.6 --icon=./Icon.icns --overwrite --prune --app-version \"$(node -pe \"require('./package.json').version\")\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/uiureo/playing.git"
},
"author": "Kazato Sugimoto",
"contributors": [{
"name": "Till Kothe"
}],
"license": "ISC",
"bugs": {
"url": "https://github.com/uiureo/playing/issues"
},
"homepage": "https://github.com/uiureo/playing#readme",
"dependencies": {
"es6-promise": "^3.0.2",
"hipchatter": "^0.2.0",
"iconv": "^2.1.10",
"isomorphic-fetch": "^2.1.1",
"menubar": "^4.1.2",
"once": "^1.3.2",
"playback": "^0.2.0",
"react": "^0.14.8",
"react-dom": "^0.14.7"
},
"devDependencies": {
"electron-packager": "^7.2.0",
"standard": "^7.1.2"
}
}