-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
41
42
43
{
"name": "nokicks",
"version": "1.0.0",
"description": "NoKicks is the UTOPIC system for class registration management at UFABC",
"README": "none",
"repository": "https://github.com/UFABC-NoBox/NoKicks",
"engines": {
"node": "6.2"
},
"main": "server.js",
"scripts": {
"test": "make test",
"start": "./node_modules/.bin/forever --minUptime=5000 --spinSleepTime=5000 server.js",
"postinstall": "./node_modules/.bin/bower install && ./node_modules/.bin/bower-installer"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "2.0.0-rc.6",
"body-parser": "1.13.1",
"cheerio": "^0.20.0",
"compression": "1.5.0",
"connect-flash": "0.1.1",
"connect-mongo": "0.8.1",
"cookie-parser": "1.3.5",
"cookie-session": "1.1.0",
"csurf": "1.8.3",
"express": "4.12.4",
"express-session": "1.11.3",
"forever": "~0.14.1",
"lodash": "^4.12.0",
"method-override": "2.3.3",
"mongoose": "4.0.6",
"mongoose-timestamp": "0.4.0",
"mongoose-user": "0.0.1",
"morgan": "1.6.0",
"request": "^2.72.0",
"winston": "^2.2.0",
"bower": "latest",
"bower-installer": "latest"
},
"cacheDirectories": ["node_modules", "public/_components" ]
}