forked from Kong/kong-oauth2-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.46 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "oauth2-hello-world",
"description": "Simple Kong OAuth2 authorization page",
"license": "MIT",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Mashape/kong-oauth2-hello-world"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"accepts": "^1.3.3",
"amdefine": "^1.0.1",
"aws-sign2": "^0.7.0",
"bl": "^1.2.1",
"body-parser": "~1.0.0",
"buffer-crc32": "^0.2.13",
"caseless": "^0.12.0",
"character-parser": "^3.0.0",
"constantinople": "^3.1.0",
"cookie": "^0.3.1",
"cookie-signature": "^1.0.6",
"debug": "^2.6.8",
"delayed-stream": "^1.0.0",
"escape-html": "^1.0.3",
"express": "~4.2.0",
"extend": "^3.0.1",
"forever-agent": "^0.6.1",
"form-data": "^2.2.0",
"har-validator": "^5.0.3",
"hawk": "^6.0.2",
"http-signature": "^1.1.1",
"isstream": "^0.1.2",
"pug": "~2.0.0-rc.2",
"json-stringify-safe": "^5.0.1",
"methods": "^1.1.2",
"mime-types": "^2.1.16",
"node-uuid": "^1.4.8",
"oauth-sign": "^0.8.2",
"parseurl": "^1.3.1",
"path-to-regexp": "^1.7.0",
"qs": "^6.5.0",
"raw-body": "^2.2.0",
"request": "^2.58.0",
"send": "^0.15.3",
"serve-static": "^1.12.3",
"stringstream": "^0.0.5",
"tough-cookie": "^2.3.2",
"transformers": "^3.1.0",
"tunnel-agent": "^0.6.0",
"type-is": "^1.6.15",
"utils-merge": "^1.0.0",
"with": "^5.1.1",
"log4js": "^2.2.0"
}
}