-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 917 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": "magif",
"version": "1.2.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/guyfedwards/magif"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ./",
"build": "rm -rf magif-darwin-x64 && electron-packager . magif --platform=darwin --arch=x64 && cp -r magif-darwin-x64/magif.app /Applications",
"publish": "tar -zcvf magif.tar.gz magif-darwin-x64/magif.app && publish-release --assets magif.tar.gz"
},
"author": "",
"license": "ISC",
"dependencies": {
"clipboard": "^1.5.10",
"menubar": "^4.1.0",
"request": "^2.72.0"
},
"devDependencies": {
"electron-packager": "^7.0.1",
"electron-prebuilt": "^0.37.8",
"eslint": "^2.9.0",
"eslint-config-airbnb-base": "^2.0.0",
"eslint-plugin-import": "^1.6.1",
"publish-release": "^1.3.1"
}
}