forked from auth0/auth0.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.22 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
45
46
47
48
49
{
"name": "auth0-js",
"version": "1.3.5",
"description": "Auth0 headless browser sdk",
"main": "lib/index.js",
"keywords": [
"auth0",
"auth",
"openid",
"authentication",
"jwt",
"browser"
],
"scripts": {
"test": "grunt integration"
},
"repository": {
"type": "git",
"url": "git://github.com/auth0/auth0.js"
},
"author": "Jose F. Romaniello <[email protected]> (http://joseoncode.com)",
"license": "MIT",
"dependencies": {
"qs": "https://github.com/jfromaniello/node-querystring/tarball/master",
"Base64": "~0.1.3",
"reqwest": "~0.9.0",
"debug": "https://github.com/jfromaniello/debug/tarball/master",
"jsonp": "0.0.3",
"xtend": "~2.1.1"
},
"devDependencies": {
"browserify": "~2.35.0",
"uglify-js": "~2.4.0",
"grunt": "~0.4.0",
"grunt-cli": "~0.1.9",
"grunt-exec": "~0.4.2",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.2.0",
"grunt-browserify": "~1.2.8",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"rimraf": "~2.2.2",
"expect.js": "~0.2.0",
"mocha": "~1.13.0",
"grunt-s3": "~0.2.0-alpha.3",
"testem": "~0.5.8"
}
}