-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
{
"name": "-hack-ncs16",
"version": "1.0.0",
"description": "Ncs Website for 2016",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "http-server -c-1 -o -a localhost -p 8000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ncs-jss/-hack-ncs16.git"
},
"author": "Team Ncs",
"license": "ISC",
"bugs": {
"url": "https://github.com/ncs-jss/-hack-ncs16/issues"
},
"homepage": "https://github.com/ncs-jss/-hack-ncs16#readme",
"dependencies": {
"body-parser": "~1.13.2",
"circlebars": "^1.0.4",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.14.1",
"jade": "~1.11.0",
"mongodb": "^2.2.10",
"mongoose": "^4.6.1",
"morgan": "~1.6.1",
"nodemon": "^1.11.0",
"serve-favicon": "~2.3.0",
"multer": "^1.2.0",
"mysql": "^2.11.1",
"sequelize": "^3.23.6"
},
"devDependencies": {
"gulp": "latest",
"gulp-connect": "latest"
}
}