-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
{
"name": "web-angular-jwt",
"author": "dataminion <leahy@apache.org>",
"version": "0.0.1",
"description": "Set of AngularJs handlers to make JWT easier to use",
"main": "angular-jwt.js",
"dependencies": {},
"devDependencies": {
"angular": "^1.6.3",
"angular-mocks": "^1.6.3",
"angular-route": "1.6.3",
"angular-resource": "1.6.3",
"angular-sanitize": "1.6.3",
"ng-base64": "1.5.1",
"angular-cookies": "1.6.3",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-run-sequence": "^0.3.2",
"gulp-uglify": "^2.1.2",
"karma": "^1.5.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^3.2.0"
},
"scripts": {
"build": "gulp build-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Digitalminion/web-angular-jwt.git"
},
"keywords": [
"angular",
"base64",
"jwt"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Digitalminion/web-angular-jwt/issues"
},
"homepage": "https://github.com/Digitalminion/web-angular-jwt#readme"
}