-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 945 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 945 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
32
33
34
35
36
37
38
{
"name": "atnow",
"version": "1.0.0",
"description": "group project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Becky B., Jared N., Samir M.",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-session": "^1.12.1",
"hbs": "^4.0.0",
"jade": "^1.11.0",
"jasmine": "^2.4.1",
"kerberos": "0.0.17",
"method-override": "^2.3.5",
"moment": "^2.10.6",
"mongo": "^0.1.0",
"mongoose": "^4.2.9",
"morgan": "~1.0.0",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.3",
"projection": "^1.0.0",
"request": "^2.67.0"
},
"devDependencies": {
"jshint": "^2.8.0"
}
}