forked from akagadovskiy/ng-admin-jwt-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 804 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
{
"name": "ng-admin.loopback-auth",
"version": "0.4.0",
"description": "Small module that allows to use loopback authentication with ng-admin",
"main": "Gruntfile.js",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/szilagyikinga/ng-admin-loopback-auth"
},
"keywords": [
"ng-admin",
"auth",
"authentication",
"loopback"
],
"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"
}