-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "auth0-custom-lock",
"version": "2.0.0",
"description": "The front-end for Mozilla's Auth0 Lock",
"main": "index.js",
"scripts": {
"build": "gulp build",
"deploy": "a0deploy import -f yaml -i config/a0config.yml",
"watch": "NODE_ENV=local gulp dev"
},
"author": "Mozilla IAM",
"license": "MPL-2.0",
"devDependencies": {
"auth0-deploy-cli": "^4.3.1",
"browser-sync": "^2.24.7",
"browserify": "^14.3.0",
"cached-path-relative": "^1.0.2",
"del": "^2.2.2",
"eslint": "^4.19.1",
"gulp": "^4.0.2",
"gulp-eslint": "^4.0.2",
"gulp-minify": "^3.1.0",
"gulp-mustache": "^3.0.1",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulplog": "^1.0.0",
"node-sass": "^4.14.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"auth0-js": "^9.13.3",
"promise-polyfill": "^8.1.3",
"url-search-params-polyfill": "^4.0.1",
"whatwg-fetch": "^2.0.4"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla-iam/auth0-custom-lock.git"
}
}