-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "sportuiz",
"version": "1.0.0",
"description": "experimental instalation project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ./index.js",
"rebuild": "electron-rebuild",
"package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --prune=true --out=release-builds"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/alexbern/JEFF.git"
},
"keywords": [
"experimantal",
"installation"
],
"author": "Alex Bernard",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexbern/JEFF/issues"
},
"homepage": "https://github.com/alexbern/JEFF#readme",
"dependencies": {
"electron": "^1.4.10",
"johnny-five": "^0.10.6",
"whatwg-fetch": "^2.0.1",
"electron-packager": "^8.4.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"electron-rebuild": "^1.4.0",
"fetch": "^1.1.0",
"isomorphic-fetch": "^2.2.1",
"webpack": "^1.13.3"
}
}