-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "neuroapp",
"version": "1.0.0",
"description": "neurosky mindwave test app",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"debug": "DEBUG=app:* electron .",
"build": "sh build.sh",
"debug-build": "DEBUG=app:* open dist/mac/neuroapp.app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnstntn-kndrtv/neuroapp.git"
},
"author": "Constantin Kondratyev",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/cnstntn-kndrtv/neuroapp/issues"
},
"homepage": "https://github.com/cnstntn-kndrtv/neuroapp#readme",
"dependencies": {
"active-window": "latest",
"debug": "latest",
"electron-is-dev": "latest"
},
"devDependencies": {
"electron-builder": "latest",
"electron-packager": "latest",
"electron-prebuilt": "latest"
},
"build": {
"appId": "myid",
"mac": {
"target": "default",
"icon": "public/images/brain.icns"
}
}
}