UNPKG

@dataplug/toggl-dataplug

Version:
56 lines (55 loc) 1.47 kB
{ "name": "@dataplug/toggl-dataplug", "version": "0.53.0", "description": "Toggl dataplug (by Dataplug.io)", "main": "lib/index.js", "bin": { "toggl-dataplug": "bin/cli.js" }, "scripts": { "jsdoc": "jsdoc --destination ./docs --recurse ./lib ./bin --verbose", "lint": "standard", "test": "nyc --reporter=none mocha", "coverage": "nyc report --reporter=html --reporter=text", "coveralls": "nyc report --reporter=text-lcov | coveralls", "preversion": "npm run lint && npm run test", "postversion": "git push && git push --tags" }, "engines": { "node": "8.x" }, "repository": { "type": "git", "url": "git+https://github.com/dataplug-io/toggl-dataplug.git" }, "keywords": [ "toggl", "data", "export", "import" ], "author": "", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/dataplug-io/toggl-dataplug/issues" }, "homepage": "https://github.com/dataplug-io/toggl-dataplug#readme", "dependencies": { "@dataplug/dataplug": "^0.46.0", "@dataplug/dataplug-cli": "^0.55.0", "@dataplug/dataplug-http": "^0.15.0", "@dataplug/dataplug-json": "^0.11.0", "bluebird": "^3.5.1", "moment": "^2.19.2", "winston": "^2.4.0" }, "devDependencies": { "@dataplug/dataplug-testsuite": "^0.23.0", "chai": "^4.1.2", "coveralls": "^3.0.0", "jsdoc": "^3.5.5", "mocha": "^4.0.1", "nyc": "^11.3.0", "standard": "^10.0.3" } }