forked from pacificcoastaquarium/widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.83 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
65
66
67
68
69
70
71
72
73
{
"name": "auth0-widget.js",
"version": "5.2.13",
"description": "Auth0 Login Widget",
"main": "./widget/index.js",
"keywords": [
"auth0",
"auth",
"openid",
"authentication",
"jwt",
"browser"
],
"scripts": {
"test": "grunt integration",
"example": "grunt example"
},
"repository": {
"type": "git",
"url": "git://github.com/auth0/auth0-widget.js"
},
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
"dependencies": {
"auth0-js": "^4.2.7",
"bean": "~1.0.4",
"bonzo": "~1.3.6",
"brfs": "0.0.8",
"css-prefix": "0.0.2",
"domready": "~0.2.13",
"ejsify": "0.1.0",
"has-transitions": "https://github.com/jfromaniello/has-transitions/tarball/patch-1",
"packageify": "^0.2.0",
"qwery": "~3.4.1",
"underscore": "~1.5.2",
"trim": "0.0.1"
},
"devDependencies": {
"browserify": "4.2.1",
"bump": "git://github.com/ianstormtaylor/bump",
"expect.js": "~0.2.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "~0.4.0",
"grunt-browserify": "~2.1.0",
"grunt-aws-s3": "~0.9.3",
"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-cssmin": "~0.7.0",
"grunt-contrib-less": "~0.8.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.2.0",
"grunt-exec": "~0.4.2",
"grunt-fastly": "~0.1.3",
"grunt-s3": "~0.2.0-alpha.3",
"mocha": "1.20.1",
"phantomjs": "^1.9.2-6",
"mold-source-map": "^0.3.0",
"rimraf": "~2.2.2",
"testem": "^0.6.17",
"through": "^2.3.4",
"uglify-js": "~2.4.0",
"zuul": "https://github.com/jfromaniello/zuul/tarball/phantom_custom_port"
},
"browserify": {
"transform": [
"ejsify",
"brfs",
"packageify"
]
}
}