forked from frictionlessdata/frictionlessdata.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 812 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 812 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
{
"name": "datahub",
"version": "0.1.0",
"author": "Open Knowledge Foundation <labs@okfn.org>",
"repository": {
"type": "git",
"url": "https://github.com/okfn/data.okfn.org"
},
"license": "MIT",
"dependencies": {
"JSV": "",
"body-parser": "^1.14.2",
"csv": "",
"csv-parse": "",
"datapackage": "0.3.0",
"datapackage-identifier": ">=0.3.1",
"datapackage-read": ">=0.2.2",
"datapackage-validate": ">=0.2.3",
"express": "4.x",
"marked": "",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"nunjucks": "0.1.8",
"request": "",
"serve-favicon": "^2.3.0",
"stream-transform": "",
"underscore": ""
},
"devDependencies": {
"supertest": "",
"mocha": ""
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
}
}