redash-client
Version:
Redash API Client for JavaScript
48 lines (47 loc) • 1.13 kB
JSON
{
"name": "redash-client",
"description": "Redash API Client for JavaScript",
"version": "2.0.0",
"author": "Teppei Sato <teppeis@gmail.com>",
"engines": {
"node": ">=8"
},
"main": "index.js",
"files": [
"index.js",
"src"
],
"scripts": {
"docs": "esdoc",
"test": "NOCK_BACK_MODE=lockdown run-s test:lint test:unit",
"test:lint": "eslint src test",
"test:unit": "mocha --require intelli-espower-loader test"
},
"dependencies": {
"cross-fetch": "^2.2.3",
"delay": "^4.1.0"
},
"devDependencies": {
"@teppeis/nock-back-mocha": "^3.0.0",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-node": "^1.0.3",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^5.8.0",
"eslint-config-teppeis": "^8.3.1",
"intelli-espower-loader": "^1.0.1",
"mocha": "^5.2.0",
"nock": "^10.0.1",
"npm-run-all": "^4.1.3",
"power-assert": "^1.6.1",
"prettier": "~1.14.3"
},
"repository": {
"type": "git",
"url": "git@github.com:teppeis/redash-client.git"
},
"keywords": [
"redash"
],
"license": "MIT"
}