forked from auth0/lock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.02 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "auth0-lock",
"version": "9.2.1",
"description": "Auth0 Lock",
"main": "./index.js",
"keywords": [
"auth0",
"auth",
"openid",
"authentication",
"jwt",
"browser"
],
"scripts": {
"test": "grunt integration",
"deploy": "./bin/deploy",
"phantom": "grunt phantom",
"build": "grunt build",
"start": "grunt demo",
"demo": "grunt demo",
"dev": "grunt dev",
"ci": "grunt ci"
},
"repository": {
"type": "git",
"url": "git://github.com/auth0/lock"
},
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
"dependencies": {
"auth0-js": "6.8.3",
"bean": "~1.0.4",
"brfs": "^1.4.0",
"blueimp-md5": "^1.1.0",
"bonzo": "^1.3.6",
"debug": "^2.2.0",
"domready": "~0.2.13",
"ejsify": "0.1.0",
"packageify": "^0.2.0",
"password-sheriff": "^0.4.0",
"sizzle": "^2.0.0",
"trim": "0.0.1",
"underscore": "~1.5.2"
},
"devDependencies": {
"browserify": "^8.1.1",
"bump-version": "^0.5.0",
"css-prefix": "0.0.2",
"expect.js": "~0.2.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "~0.4.0",
"grunt-aws-s3": "~0.9.3",
"grunt-browserify": "~3.3.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-cssmin": "~0.7.0",
"grunt-contrib-less": "~0.8.1",
"grunt-contrib-outdated": "~0.0.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "~0.4.2",
"grunt-fastly": "~0.1.3",
"grunt-http": "^1.5.0",
"jquery": "^2.1.3",
"mocha": "1.20.1",
"mold-source-map": "^0.3.0",
"phantomjs": "^1.9.7-15",
"rimraf": "~2.2.2",
"through": "^2.3.4",
"uglify-js": "~2.4.15",
"unreleased": "^0.0.5",
"zuul": "3.10.1",
"zuul-ngrok": "gnandretta/zuul-ngrok#upgrade-ngrok"
},
"browserify": {
"transform": [
"ejsify",
"brfs",
"packageify"
]
},
"engines": {
"node": ">=4"
}
}