-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "marketwatcher-api-gateway",
"version": "1.0.0",
"description": "Reverse proxy for marketwatcher backend",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "mocha specs/**/*.js",
"testWatch": "supervisor -q -n exit -x mocha \"specs/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThoughtWorksTurkey/marketwatcher-api-gateway.git"
},
"keywords": [
"reverse-proxy",
"marketwatcher"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ThoughtWorksTurkey/marketwatcher-api-gateway/issues"
},
"homepage": "https://github.com/ThoughtWorksTurkey/marketwatcher-api-gateway#readme",
"dependencies": {
"body-parser": "^1.15.2",
"bunyan": "^1.8.1",
"express": "^4.14.0",
"express-bunyan-logger": "^1.3.0",
"express-session": "^1.13.0",
"jsonwebtoken": "^7.0.1",
"randomstring": "^1.1.5",
"request": "^2.72.0",
"serve-static": "^1.11.1"
},
"devDependencies": {
"eslint": "^2.13.1",
"expect.js": "^0.3.1",
"supertest": "^1.2.0"
}
}