datahub-client
Version:
APIs for interacting with DataHub
72 lines (71 loc) • 1.61 kB
JSON
{
"name": "datahub-client",
"version": "0.5.8",
"description": "APIs for interacting with DataHub",
"main": "index.js",
"scripts": {
"test": "ava -v",
"watch:test": "npm t -- --watch",
"lint": "xo --quiet"
},
"xo": {
"space": true,
"semicolon": false,
"rules": {
"no-var": "warn",
"no-use-before-define": 1,
"no-await-in-loop": 1,
"import/prefer-default-export": 1,
"no-negated-condition": 1,
"guard-for-in": 1
},
"ignores": [
"test/fixtures/*/**"
]
},
"ava": {
"failFast": false,
"files": [
"test/*test.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/datahq/datahub-client.git"
},
"author": "Datopian",
"license": "ISC",
"bugs": {
"url": "https://github.com/datahq/datahub-client/issues"
},
"homepage": "https://github.com/datahq/datahub-client#readme",
"dependencies": {
"cli-table": "^0.3.1",
"csv-parse": "^2.0.0",
"csv-stringify": "^2.0.0",
"data.js": "^0.11.5",
"events": "^1.1.1",
"form-data": "^2.3.1",
"inquirer": "4.0.2",
"lodash": "^4.17.4",
"markdown-table": "^1.1.1",
"mkdirp": "^0.5.1",
"nconf": "^0.9.1",
"node-fetch": "^1.7.3",
"opn": "^5.1.0",
"slash": "^2.0.0",
"tableschema": "^1.9.0",
"tv4": "^1.3.0",
"url-join": "^2.0.2",
"xlsx": "^0.11.10",
"yamljs": "^0.3.0"
},
"devDependencies": {
"ava": "^0.19.1",
"inquirer-test": "^1.0.5",
"nock": "^9.1.0",
"sinon": "^4.1.2",
"stream-to-array": "^2.3.0",
"xo": "^0.18.2"
}
}