-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 839 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 839 Bytes
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
{
"name": "batch-api",
"description": "REST API proxy to bundle a batch of calls in one request",
"version": "0.1.0alpha",
"author": "Florian Bischof <florian.bischof-code@erasys.de>",
"contributors": [
"Carsten Schmittberger",
"Jan Frederik Wigger"
],
"repository": {
"type": "git",
"url": "https://github.com/erasys/batch-api.git"
},
"dependencies": {
"async": "0.1.x",
"dependency-foo": "0.1.x",
"express": "3.0.x",
"JSONPath": "0.9.x",
"request": "2.11.x",
"winston": "0.6.x"
},
"devDependencies": {
"express": "3.0.x",
"mocha": "1.6.x",
"omf": "0.0.x",
"qs": "0.5.x",
"request": "2.11.x"
},
"scripts": {
"start": "node ./server"
},
"directories": {
"lib": "./lib"
},
"main": "./server.js",
"engines": {
"node": ">=0.8.8"
}
}