forked from sahat/satellizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.48 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
64
65
66
67
68
69
{
"name": "satellizer",
"description": "Token-based AngularJS Authentication",
"version": "0.9.2",
"scripts": {
"start": "node ./examples/server/node/server.js",
"test": "karma start"
},
"main": "satellizer.min.js",
"homepage": "https://github.com/sahat/satellizer",
"bugs": "https://github.com/sahat/satellizer/issues",
"repository": {
"type": "git",
"url": "https://github.com/sahat/satellizer.git"
},
"author": {
"name": "Sahat Yalkabov",
"email": "[email protected]",
"url": "http://sahatyalkabov.com"
},
"dependencies": {
"async": "^0.9.0",
"bcryptjs": "^2.1.0",
"body-parser": "^1.10.0",
"express": "^4.10.6",
"jwt-simple": "^0.2.0",
"lodash": "^2.4.1",
"moment": "^2.8.3",
"mongoose": "^3.8.16",
"morgan": "^1.3.0",
"request": "^2.42.0"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-complexity": "~0.3.0",
"gulp-plumber": "^0.6.4",
"gulp-rename": "^1.2.0",
"gulp-uglify": "~1.0.0",
"gulp-header": "~1.2.0",
"karma": "^0.12.21",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4"
},
"license": "MIT",
"tags": [
"authentication",
"login",
"token",
"jwt",
"angularjs",
"angular",
"auth",
"facebook",
"google",
"linkedin",
"twitter",
"foursquare",
"github",
"yahoo",
"oauth",
"oauth 1.0",
"oauth 2.0",
"oauth2",
"oauth1",
"sign-in",
"social"
]
}