forked from akagadovskiy/ng-admin-jwt-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Kagadovsky
committed
Sep 21, 2016
1 parent
dfe609e
commit ebfdd3c
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
} |