-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 726 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 726 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
{
"name": "Angular-Login",
"version": "0.0.1",
"private": false,
"scripts": {
"start": "nodev app.js",
"test": "make test"
},
"dependencies": {
"express": "3.0.0",
"jade": ">= 0.0.1",
"connect-redis": "1.4.x",
"mongoose": "3.0.x",
"express-validator": "0.3.x",
"bcrypt": ">0.5.x",
"nodemailer": "0.3.x",
"email-templates": "0.0.x",
"uuid-v4": "0.0.x",
"express-useragent": "0.0.x",
"passport": "0.1.12",
"passport-local": "0.1.x",
"passport-google-oauth": "0.1.x",
"passport-facebook": "0.1.x"
},
"devDependencies": {
"mocha": "1.6.x",
"should": "1.2.x",
"grunt-simple-mocha": "0.2.x",
"grunt": "*",
"supertest": "0.4.x"
}
}