-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 880 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
{
"name": "nw-notifier",
"version": "0.0.1",
"license": "(MIT OR Apache-2.0)",
"description": "Shows a notification on websocket event",
"dependencies": {
"jquery": "^3.1.1",
"less": "^2.7.2",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.3.0",
"socket.io": "^1.7.2",
"socket.io-client": "^1.7.2",
"socketio-wildcard": "^0.3.0"
},
"main": "index.html",
"window": {
"icon": "img/bell_iphone.png",
"show": false,
"show_in_taskbar": false,
"transparent": false,
"resizable": true,
"always_on_top": false,
"position": null,
"frame": true,
"width": 900,
"height": 900,
"min_width": 400,
"min_height": 200,
"title": "NOTIFIER SETTINGS"
},
"devDependencies": {
"nw-builder": "^3.1.3",
"nw-dev": "^3.0.1"
},
"repository": "github:andrew72ru/nwjs-socket.io"
}