forked from mozilla-iam/auth0-custom-lock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 832 Bytes
/
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
{
"name": "lock",
"version": "1.6.0",
"description": "The front-end for Mozilla's Auth0 Lock",
"main": "index.js",
"scripts": {
"start": "gulp dev",
"build": "gulp build"
},
"author": "Hidde de Vries",
"license": "MPL-2.0",
"devDependencies": {
"browser-sync": "^2.24.4",
"browserify": "^14.3.0",
"del": "^2.2.2",
"eslint": "^3.13.1",
"gulp": "^4.0.0",
"gulp-eslint": "^3.0.1",
"gulp-minify": "^3.0.2",
"gulp-mustache": "^3.0.1",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulplog": "^1.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"auth0-js": "^9.6.1",
"promise-polyfill": "^8.0.0",
"url-search-params-polyfill": "^4.0.0",
"whatwg-fetch": "^2.0.4"
}
}