forked from auth0/jwt-decode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "jwt-decode",
"version": "2.2.0",
"description": "Decode JWT tokens, mostly useful for browser applications.",
"main": "lib/index.js",
"keywords": [
"jwt",
"browser"
],
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/auth0/jwt-decode"
},
"author": "Jose F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"expect.js": "~0.2.0",
"grunt": "~0.4.0",
"grunt-browserify": "~5.0.0",
"grunt-cli": "~0.1.9",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.2.0",
"grunt-exec": "~0.4.2",
"grunt-s3": "~0.2.0-alpha.3",
"mocha": "~1.13.0",
"rimraf": "~2.2.2",
"testem": "~0.5.8",
"uglify-js": "^2.8.29"
},
"files": [
"lib/",
"build/",
"jwt-decode.html",
"standalone.js"
]
}