forked from akagadovskiy/ng-admin-jwt-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 865 Bytes
/
bower.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
{
"name": "ng-admin.jwt-auth",
"version": "0.5.0",
"authors": [
"Alexander Kagadovskiy <a.kagadovskiy@gmail.com>"
],
"description": "Small module that allows to use JWT authentication with ng-admin",
"main": "build/ng-admin.jwt-auth.js",
"repository": {
"type": "git",
"url": "git://github.com/akagadovskiy/ng-admin-jwt-auth.git"
},
"dependencies": {
"angular-jwt": "~0.0.9"
},
"devDependencies": {
"browserify": "latest",
"watchify": "latest",
"grunt": "~0.4.5",
"grunt-browserify": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-uglify": "latest"
},
"keywords": [
"ng-admin",
"auth",
"ng-admin",
"authentication"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
]
}