forked from akagadovskiy/ng-admin-jwt-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json~
35 lines (35 loc) · 907 Bytes
/
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
{
"name": "ng-admin.jwt-auth",
"version": "0.4.0",
"description": "Small module that allows to use JWT authentication with ng-admin",
"main": "Gruntfile.js",
"dependencies": {
"angular-jwt": "^0.0.9"
},
"devDependencies": {
"grunt-browserify": "^4.0.0",
"browserify": "^11.0.1",
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"watchify": "^3.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akagadovskiy/ng-admin-jwt-auth.git"
},
"keywords": [
"ng-admin",
"auth",
"authentication"
],
"author": "Alex Kagadovsky",
"license": "ISC",
"bugs": {
"url": "https://github.com/akagadovskiy/ng-admin-jwt-auth/issues"
},
"homepage": "https://github.com/akagadovskiy/ng-admin-jwt-auth#readme"
}