pooliot-client
Version:
78 lines (77 loc) • 2.94 kB
JSON
{
"name": "pooliot-client",
"version": "11.0.3",
"description": "pooliot client",
"keywords": [
"raspberry",
"tinker-board"
],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)",
"license": "ISC",
"repository": "git@github.com:christophehurpeau/pooliot-client.git",
"homepage": "https://github.com/christophehurpeau/pooliot-client#readme",
"bugs": {
"url": "https://github.com/christophehurpeau/pooliot-client/issues"
},
"engines": {
"node": ">=6.5.0"
},
"main": "lib/index.js",
"bin": {
"raspberry-client": "./bin/run",
"rpi-client": "./bin/run",
"rpi-cli": "./bin/cli",
"pooliot-client": "./bin/cli",
"pooliot-service": "./bin/run"
},
"scripts": {
"build": "pob-build",
"clean": "rm -Rf docs dist test/node6 coverage",
"lint": "eslint --ext .js,.jsx src/",
"prepare": "ln -s ../../git-hooks/pre-commit .git/hooks/pre-commit 2>/dev/null || true ; ln -s ../../git-hooks/post-checkout .git/hooks/post-checkout 2>/dev/null || true ; ln -s ../../git-hooks/post-merge .git/hooks/post-merge 2>/dev/null || true ; ln -s ../../git-hooks/prepare-commit-msg .git/hooks/prepare-commit-msg 2>/dev/null || true",
"prepublish": "ln -s ../../git-hooks/pre-commit .git/hooks/pre-commit 2>/dev/null || true ; ln -s ../../git-hooks/post-checkout .git/hooks/post-checkout 2>/dev/null || true ; ln -s ../../git-hooks/post-merge .git/hooks/post-merge 2>/dev/null || true ; ln -s ../../git-hooks/prepare-commit-msg .git/hooks/prepare-commit-msg 2>/dev/null || true",
"preversion": "yarn run lint && yarn run build && pob-repository-check-clean",
"release": "pob-repository-check-clean && pob-release",
"version": "pob-version",
"watch": "pob-watch"
},
"dependencies": {
"alp-body-parser": "^2.0.0",
"alp-node": "^0.36.0",
"alp-router": "^1.1.0",
"commander": "^2.11.0",
"configstore": "^3.1.1",
"deep-equal": "^1.0.1",
"envfile": "^2.1.1",
"flow-runtime": "^0.14.0",
"inquirer": "^3.2.3",
"minimist-argv": "^1.0.0",
"nightingale": "^6.2.1",
"nightingale-app-console": "^0.5.0",
"nightingale-console": "^2.0.0",
"node-cron": "^1.2.1",
"node-ipc-promise": "^0.1.1",
"raspi-ver": "^1.0.3",
"router-segments": "^1.1.0",
"semver": "^5.4.1",
"socket.io-client": "^2.0.3",
"update-notifier": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-preset-latest-node": "^0.4.0",
"eslint": "^4.6.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-config-pob": "^16.0.4",
"eslint-config-prettier": "^2.4.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^2.35.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-prettier": "^2.2.0",
"komet": "^0.1.4",
"komet-karma": "^0.2.5",
"pob-babel": "^18.1.5",
"pob-release": "^3.1.0",
"prettier": "^1.6.1"
}
}