-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1002 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
33
34
35
36
37
38
39
40
41
{
"name": "stack-console",
"version": "0.1.3",
"description": "Desktop application for tracking Stackoverflow questions by tags",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nolexa/stack-console"
},
"homepage": "http://nolexa.github.io/stack-console",
"main": "index.html",
"chromium-args": "--enable-transparent-visuals --disable-gpu",
"author": {
"name": "Alexei Novikov",
"email": "[email protected]",
"url": "http://www.dzhaworks.com/"
},
"window": {
"toolbar": false,
"show": true,
"position": "center",
"width": 800,
"height": 1000,
"icon": "images/so-icon.png"
},
"scripts": {
"pretest": "npm run build",
"start": "nw .",
"build": "node build.js",
"prestart": "npm run build"
},
"dependencies": {
"jquery": "^2.2.0",
"bootstrap": "^3.3.6",
"nw-notify": "latest",
"stack-overflow-rss": "^0.3.0"
},
"devDependencies": {
"copyfiles": "^0.2.1"
}
}