forked from fnakstad/angular-client-side-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.44 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
48
49
50
51
52
53
54
55
56
57
{
"name": "angular-client-side-auth",
"version": "0.0.1",
"dependencies": {
"express": "3.x",
"jade": "*",
"passport": "*",
"passport-local": "*",
"underscore": "*",
"validator": "*",
"passport-twitter": "*",
"passport-facebook": "*",
"passport-google": "*",
"passport-google-plus" : "*",
"passport-linkedin": "*",
"bower": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/fnakstad/angular-client-side-auth"
},
"subdomain": "angular-client-side-auth",
"scripts": {
"start": "grunt dev",
"test": "grunt test",
"postinstall": "bower install"
},
"engines": {
"node": "0.8.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",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.2",
"requirejs": "~2.1.10",
"karma-requirejs": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.2",
"karma": "~0.10.9",
"karma-junit-reporter": "~0.2.1",
"karma-mocha": "~0.1.1",
"karma-chai": "0.0.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-cli": "~0.1.13"
}
}