-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.24 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
{
"name": "auth0-captcha-extension",
"version": "1.0.0",
"description": "An extension that applies captcha",
"scripts": {
"bundle": "webpack --config -p webpack.wt.config.js",
"dev": "webpack --watch --config webpack.wt.config.js",
"cluster": "wt create ./build/bundle.js --name=test -p \"some-game-gallery\" --secret AUTH0_CLIENT_ID=N9HH62t8qYqQt5rZQ2LVN3QKIIoIl5Qq --secret AUTH0_CLIENT_SECRET=0i3uSrv2AoxIMpuytT3JWRLxX_9CsNh2CHnhqKi87YyxpZK7lNcIAFAj1B2CvLLc --secret AUTH0_DOMAIN=some-game.auth0.com --watch"
},
"keywords": [
"auth0"
],
"author": "abhishek.hingnikar@auth0.com",
"license": "MIT",
"dependencies": {
"auth0": "^2.1.0",
"auth0-oauth2-express": "^1.1.10",
"body-parser": "1.12.4",
"express": "4.14.0",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.13.1",
"request": "^2.79.0",
"url-join": "^1.1.0",
"webtask-tools": "^3.1.1"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"jade": "1.10.0",
"jade-loader": "^0.8.0",
"json-loader": "^0.5.4",
"lodash": "3.9.3",
"request-promise": "^2.0.0",
"webpack": "^1.12.9",
"wt-cli": "^3.10.0"
}
}