forked from sahat/satellizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.38 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
{
"name": "satellizer",
"description": "Token-based AngularJS Authentication",
"version": "0.3.2",
"scripts": {
"start": "node ./examples/server/node/server.js",
"test": "karma start"
},
"homepage": "https://github.com/sahat/satellizer",
"repository": {
"type": "git",
"url": "https://github.com/sahat/satellizer.git"
},
"author": {
"name": "Sahat Yalkabov",
"email": "[email protected]",
"url": "http://sahatyalkabov.com"
},
"dependencies": {
"bcryptjs": "^0.7.12",
"body-parser": "^1.6.2",
"express": "^4.8.2",
"jwt-simple": "^0.2.0",
"lodash": "^2.4.1",
"moment": "^2.8.1",
"mongoose": "^3.8.14",
"morgan": "^1.2.2",
"request": "^2.40.0"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-complexity": "^0.2.1",
"gulp-ng-annotate": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"karma": "^0.12.21",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4"
},
"bugs": {
"url": "https://github.com/sahat/satellizer/issues"
},
"license": "MIT",
"tags": [
"authentication",
"login",
"token",
"jwt",
"angularjs",
"angular",
"auth",
"facebook",
"google",
"linkedin",
"twitter",
"oauth",
"oauth 1.0",
"oauth 2.0",
"oauth2",
"oauth1",
"sign-in",
"social"
]
}