forked from auth0/auth0.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.42 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
50
51
52
53
54
55
56
57
{
"name": "auth0-js",
"version": "2.1.8",
"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 <jfromaniello@gmail.com> (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",
"packageify": "^0.2.0"
},
"browserify": {
"transform": [
"packageify"
]
},
"devDependencies": {
"browserify": "~2.35.0",
"browserstack-cli": "0.3.1",
"expect.js": "~0.2.0",
"grunt": "~0.4.0",
"grunt-browserify": "~1.2.8",
"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-maxcdn": "https://github.com/siacomuzzi/grunt-maxcdn/tarball/0.0.1",
"grunt-s3": "~0.2.0-alpha.3",
"mocha": "~1.13.0",
"rimraf": "~2.2.2",
"testem": "~0.5.8",
"uglify-js": "~2.4.0"
}
}