-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 874 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 874 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
{
"name": "data-model-mapper",
"version": "0.0.0",
"description": "DataModelMapper",
"main": "mapper.js",
"author": {
"name": "Ermanno Mastrosimone"
},
"dependencies": {
"JSONStream": "^1.3.3",
"body-parser": "^1.18.3",
"connect-busboy": "0.0.2",
"csv-stream": "^0.2.0",
"express": "^4.16.3",
"geojson-stream": "0.0.1",
"is-file-stream": "^1.0.0",
"is-valid-path": "^0.1.1",
"json-mapper": "0.0.12",
"json-schema-ref-parser": "^5.1.2",
"multer": "^1.4.0",
"nconf": "^0.10.0",
"node-request-queue": "^1.0.2",
"parse-filepath": "^1.0.2",
"promise-queue": "^2.2.5",
"promise-request-retry": "^1.0.1",
"request": "^2.87.0",
"simple-node-logger": "^0.93.37",
"stream-to-string": "^1.1.0",
"unorm": "^1.4.1",
"winston": "^3.0.0",
"winston-daily-rotate-file": "^3.3.0"
}
}