forked from fnakstad/angular-client-side-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 882 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 882 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
{
"name": "angular-client-side-auth",
"version": "0.0.1",
"dependencies": {
"express": "*",
"jade": "*",
"passport": "*",
"passport-local": "*",
"underscore": "*",
"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": "server.js"
},
"engines": {
"node": "0.8.x",
"npm": "1.2.x"
},
"devDependencies": {
"sinon": "~1.7.2",
"chai": "~1.6.1",
"mocha": "~1.10.0"
},
"scripts": {
"test": "mocha server/tests --recursive"
}
}