-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 866 Bytes
/
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
{
"name": "datapackage",
"description": "Data Packages library with special support for Simple Data Format Data Packages.",
"version": "0.3.0",
"license": "MIT",
"author": {
"name": "Rufus Pollock",
"email": "rufus.pollock@okfn.org"
},
"scripts": {
"test": "./node_modules/.bin/mocha tests"
},
"repository": {
"type": "git",
"url": "http://github.com/okfn/datapackage.js.git"
},
"bugs": {
"url": "http://github.com/okfn/datapackage.js/issues"
},
"engines": [
"node >= 0.6"
],
"main": "./datapackage",
"dependencies": {
"request": "~2.27.0",
"csv": "",
"marked": "",
"JSV": "",
"merge-object-streams": "0.0.3",
"jts-validator": "0.0.4",
"clone": "~0.1.11",
"split": "~0.2.10",
"binary-csv": "~0.1.3"
},
"devDependencies": {
"supertest": "",
"mocha": ""
}
}