forked from auth0/auth0.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.59 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
58
59
60
61
62
63
64
{
"name": "auth0-js",
"version": "6.8.0",
"description": "Auth0 headless browser sdk",
"main": "index.js",
"keywords": [
"auth0",
"auth",
"openid",
"authentication",
"jwt",
"browser"
],
"scripts": {
"test": "grunt integration",
"example": "grunt example",
"phantom": "grunt phantom",
"build": "grunt build",
"dev": "grunt dev"
},
"repository": {
"type": "git",
"url": "git://github.com/auth0/auth0.js"
},
"author": "Jose F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
"license": "MIT",
"dependencies": {
"Base64": "~0.1.3",
"debug": "~1.0.4",
"json-fallback": "0.0.1",
"jsonp": "~0.0.4",
"qs": "git+https://github.com/jfromaniello/node-querystring.git#fix_ie7_bug_with_arrays",
"reqwest": "^1.1.4",
"trim": "~0.0.1",
"winchan": "^0.1.1",
"xtend": "~2.1.1"
},
"devDependencies": {
"browserify": "~2.35.0",
"browserstack-cli": "0.3.1",
"bump-version": "^0.5.0",
"expect.js": "~0.2.0",
"grunt": "~0.4.5",
"grunt-aws-s3": "~0.9.3",
"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-fastly": "~0.1.3",
"grunt-http": "^1.6.0",
"mocha": "1.20.1",
"phantomjs": "^1.9.2-6",
"rimraf": "~2.2.2",
"sinon": "1.16.1",
"uglify-js": "~2.4.0",
"unreleased": "^0.1.0",
"zuul": "3.6.0",
"zuul-ngrok": "3.0.0"
}
}