forked from PatrickJS/angular-jwt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "angular-jwt",
"version": "0.1.10",
"description": "Library to help you work with JWTs on AngularJS",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Martin Gontovnikas",
"email": "[email protected]"
},
"scripts": {
"test": "karma start karma-src.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/auth0/angular-jwt.git"
},
"dependencies": {},
"devDependencies": {
"karma-mocha-reporter": "^0.3.1",
"chai": "^1.9.1",
"chai-jquery": "^1.2.3",
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-inject-string": "^1.1.0",
"gulp-ng-annotate": "^0.3.3",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"karma": "^0.12.22",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"karma-jquery": "^0.1.0",
"karma-mocha": "^0.1.8",
"karma-sinon-chai": "^0.2.0",
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0"
},
"engines": {
"node": ">=0.8.0"
}
}