-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.09 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
{
"name": "auth0-email-update",
"version": "0.2.0",
"description": "Provides a simple way for Auth0 database users to update their own e-mail address",
"scripts": {
"start": "webpack -d --config webpack.app.config.js && webpack -d --config webpack.dev.config.js && node build/bundle.js",
"bundle": "webpack -p --config webpack.app.config.js && webpack -p --config webpack.wt.config.js",
"bundle-standalone": "webpack -p --config webpack.app.config.js && webpack -p --config webpack.dev.config.js"
},
"keywords": [
"auth0"
],
"author": "CriGoT",
"license": "MIT",
"dependencies": {
"auth0": "2.1.0",
"auth0-oauth2-express": "1.1.5",
"body-parser": "1.12.4",
"express": "4.12.4",
"express-jwt": "3.1.0",
"express-unless": "^0.3.0",
"webtask-tools": "1.3.0"
},
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"jade": "1.10.0",
"jade-loader": "^0.8.0",
"lodash": "3.9.3",
"request-promise": "^2.0.0",
"webpack": "^1.12.9"
}
}