-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.27 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
44
45
46
47
{
"name": "nodetest",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nvladimiroff/CSUSeniorProject.git"
},
"author": "Nick Vladimiroff, Glen Fannin, Connor Dugandzic",
"license": "MIT",
"bugs": {
"url": "https://github.com/nvladimiroff/CSUSeniorProject/issues"
},
"homepage": "https://github.com/nvladimiroff/CSUSeniorProject#readme",
"devDependencies": {
"express": "^4.13.4"
},
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "~1.13.2",
"connect-flash": "~0.1.1",
"consolidate": "^0.14.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"jade": "~1.11.0",
"json-stringify-safe": "^5.0.1",
"method-override": "~1.0.0",
"morgan": "~1.6.1",
"mustache": "^2.2.1",
"mustache-express": "^1.2.2",
"mysql": "^2.10.2",
"passport": "~0.1.17",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2",
"sequelize": "^3.19.3",
"sequelize-cli": "^2.3.1",
"serve-favicon": "~2.3.0"
}
}