forked from fnakstad/angular-client-side-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.66 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
58
59
60
61
62
63
{
"name": "angular-client-side-auth",
"version": "0.0.1",
"dependencies": {
"body-parser": "~1.4.3",
"bower": "~1.3.5",
"cookie-parser": "~1.3.1",
"cookie-session": "~1.0.2",
"csurf": "~1.2.2",
"express": "~4.4.4",
"express-session": "~1.5.0",
"jade": "~1.3.1",
"method-override": "~2.0.2",
"morgan": "~1.1.1",
"passport": "~0.2.0",
"passport-facebook": "~1.0.3",
"passport-google": "~0.3.0",
"passport-linkedin": "~0.1.3",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.2",
"underscore": "~1.6.0",
"validator": "~1.1.1"
},
"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": {
"chai": "~1.9.1",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-env": "~0.4.1",
"grunt-mocha-test": "~0.11.0",
"grunt-nodemon": "~0.2.1",
"karma": "~0.12.16",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "~0.1.4",
"karma-coffee-preprocessor": "~0.2.1",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-junit-reporter": "~0.2.2",
"karma-mocha": "~0.1.4",
"karma-phantomjs-launcher": "~0.1.4",
"karma-requirejs": "~0.2.2",
"karma-script-launcher": "~0.1.0",
"mocha": "~1.20.1",
"nodemon": "~1.2.0",
"passport-stub": "~1.0.0",
"requirejs": "~2.1.14",
"sinon": "~1.10.2",
"supertest": "~0.13.0"
}
}