-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "sap-hcp-express-proxy",
"version": "0.1.1",
"description": "Express.js proxy for the SAP HANA Cloud Platform",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/mlenkeit/sap-hcp-express-proxy.git"
},
"keywords": [
"sap",
"hcp",
"hana",
"proxy",
"express",
"middleware"
],
"author": "Maximilian Lenkeit <maximilian.lenkeit@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mlenkeit/sap-hcp-express-proxy/issues"
},
"homepage": "https://github.com/mlenkeit/sap-hcp-express-proxy",
"devDependencies": {
"express": "^4.12.3",
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"load-grunt-tasks": "^3.1.0",
"mocha": "^2.2.1",
"nock": "^1.3.0",
"rewire": "^2.3.1",
"should": "^5.2.0",
"sinon": "^1.14.1",
"supertest": "^0.15.0"
},
"dependencies": {
"basic-auth": "^1.0.0",
"hanatrial-auth-proxy": "git+https://git@github.com/gregorwolf/hanatrial-auth-proxy.git",
"request": "^2.54.0"
}
}