forked from vetripandi/chat-app-using-firebase-and-angularjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 714 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 714 Bytes
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": "vTak",
"version": "0.0.1",
"private": true,
"main": "index.html",
"dependencies": {
"express": "~3.4.8",
"cookie-parser": "~1.0.1",
"body-parser": "~1.0.0",
"ejs": "~0.8.5",
"debug": "~0.7.4"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-shell": "^0.2.9",
"node-webkit-builder": "^0.1.1"
},
"window": {
"title": "vTak",
"toolbar": false,
"frame": false,
"position": "center",
"fullscreen": false,
"resizable": false,
"width": 1000,
"height": 600,
"min_width": 600,
"min_height": 400
},
"node-remote": "<local>"
}