briq-api
Version:
A node client for the Briq API
41 lines (40 loc) • 902 B
JSON
{
"name": "briq-api",
"version": "0.0.10",
"description": "A node client for the Briq API",
"main": "./lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js lib",
"lint:fix": "eslint --ext .js --fix lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/briq/briq-api-node.git"
},
"keywords": [
"briq",
"api",
"client",
"sdk"
],
"author": "LaurentVB",
"license": "MIT",
"bugs": {
"url": "https://github.com/briq/briq-api-node/issues"
},
"homepage": "https://github.com/briq/briq-api-node#readme",
"engines": {
"node": ">=6"
},
"dependencies": {
"debug": "^4.1.1",
"lodash": "^4.17.11",
"node-fetch": "^2.3.0"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0"
}
}