forked from sandorzelei/oie-auth0-user-update-webhook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 959 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
35
36
37
{
"name": "oie-auth0-user-webhook-1.8",
"version": "1.8.0",
"description": "Web hook for updating user profile on OIE side",
"main": "index.js",
"scripts": {
"start": "wt-bundle server.js -o ./build/bundle.js && node ./build/bundle.js",
"bundle": "wt-bundle webtask.js -o ./build/bundle.js"
},
"keywords": [
"auth0",
"extension"
],
"author": "",
"license": "MIT",
"dependencies": {
"auth0-oauth2-express": "^1.1.7",
"async": "^1.0.0",
"auth0": "^0.8.2",
"express": "^4.12.4",
"lru-memoizer": "^1.2.0",
"superagent": "^1.2.0",
"webtask-tools": "^1.3.0",
"jsonwebtoken": "^7.1.3"
},
"devDependencies": {
"babel-runtime": "^6.9.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"lodash": "^4.3.0",
"on-build-webpack": "^0.1.0",
"sync-request": "^3.0.0",
"webpack": "^1.12.13"
}
}