forked from fnakstad/angular-client-side-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 960 Bytes
/
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
{
"name": "angular-client-side-auth",
"version": "0.0.1",
"dependencies": {
"express": "~3.4.7",
"jade": "~1.0.0",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"underscore": "~1.5.2",
"validator": "~1.1.1",
"passport-twitter": "~0.1.4",
"passport-facebook": "~0.1.5",
"passport-google": "~0.3.0",
"passport-linkedin": "~0.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/fnakstad/angular-client-side-auth"
},
"subdomain": "angular-client-side-auth",
"scripts": {
"start": "grunt dev",
"test": "grunt test"
},
"engines": {
"node": "0.8.x",
"npm": "1.2.x"
},
"devDependencies": {
"sinon": "~1.7.2",
"chai": "~1.6.1",
"mocha": "~1.10.0",
"supertest": "0.8.0",
"passport-stub": "0.1.5",
"nodemon": "~1.0.12",
"grunt": "~0.4.1",
"grunt-mocha-test": "~0.7.0",
"grunt-env": "~0.4.1",
"grunt-nodemon": "~0.2.0"
}
}