-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 860 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
32
{
"name": "SlackStatusChanger",
"version": "2.2.0",
"description": "To change Slack staus",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-packager . SlackStatusChanger --platform=darwin --arch=x64 --overwrite --icon=icon.icns --osx-sign"
},
"repository": "https://github.com/nakajmg/SlackStatusChanger",
"author": "nakajmg",
"license": "GPL",
"devDependencies": {
"electron": "1.7.9",
"electron-packager": "^9.1.0"
},
"dependencies": {
"axios": "^0.17.0",
"bluebird": "^3.5.1",
"bulma": "^0.6.0",
"electron-json-storage": "^4.0.2",
"emoji-mart-vue": "^1.0.2",
"lodash": "^4.17.4",
"menubar": "^5.2.3",
"mousetrap": "^1.6.1",
"object-assign": "^4.1.1",
"query-string": "^5.0.1",
"vue": "^2.5.2",
"vuex": "^3.0.0",
"wifi-name": "^3.1.1"
}
}