-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 849 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 849 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
{
"name": "data-govt-nz_schema-tools",
"version": "0.1.0",
"description": "The data.json metadata schema used to harvest datasets from agencies on data.govt.nz",
"main": "convert.js",
"dependencies": {
"body-parser": "^1.18.2",
"csvtojson": "^1.1.7",
"express": "^4.16.2",
"express.js": "^1.0.0",
"heredoc": "^1.3.1",
"multer": "^1.3.0",
"node-json-transform": "^1.0.13",
"request": "^2.82.0"
},
"devDependencies": {},
"scripts": {
"start": "node web.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/data-govt-nz/schema.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/data-govt-nz/schema/issues"
},
"homepage": "https://github.com/data-govt-nz/schema#readme"
}