forked from IST-440W-SPRING-2016-TEAM-3/doctorPortalNWAPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 825 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
{
"name": "clientPortal",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodewebkit"
},
"main": "index.html",
"node-main": "./bin/www",
"window": {
"width": 1440,
"height": 900,
"toolbar": false
},
"dependencies": {
"angucomplete-alt": "^2.4.0",
"bcrypt": "^0.8.5",
"body-parser": "^1.13.3",
"chalk": "^1.1.1",
"client-sessions": "^0.7.0",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"jade": "^1.11.0",
"merge": "^1.2.0",
"mongoose": "^4.4.6",
"morgan": "^1.6.1",
"node-uuid": "^1.4.7",
"request": "^2.69.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^0.6.1"
}
}