harvest-v2
Version:
Harvest API v2 library
60 lines (59 loc) • 1.37 kB
JSON
{
"name": "harvest-v2",
"version": "3.0.0",
"description": "Harvest API v2 library",
"main": "index.js",
"scripts": {
"test": "mocha test/*.js -r dotenv/config",
"lint": "eslint -c .eslintrc --ext .js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yaaqoub/node-harvest-v2.git"
},
"keywords": [
"harvest",
"api",
"invoice",
"estimate",
"clients",
"businesses",
"time tracking"
],
"contributors": [
{
"name": "Yaaqoub Semlali",
"email": "semlali.yaaqoub@gmail.com",
"url": "https://www.yaaqoubsemlali.com"
},
{
"name": "Chakib Bouabd",
"email": "chakib.bouabd@gmail.com"
},
{
"name": "Ben Bolton",
"github": "benpbolton"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Yaaqoub/node-harvest-v2/issues"
},
"homepage": "https://github.com/Yaaqoub/node-harvest-v2#readme",
"dependencies": {
"lodash.pick": "^4.4.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"coveralls": "^3.0.6",
"debug": "^3.2.6",
"dotenv": "^8.1.0",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"mocha": "^9.0.2",
"mocha-lcov-reporter": "^1.3.0"
}
}