UNPKG

pooliot-client

Version:
79 lines (78 loc) 2.96 kB
{ "name": "pooliot-client", "version": "10.0.7", "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": "^1.0.2", "alp-limosa": "^2.4.1", "alp-node": "^0.32.1", "commander": "^2.11.0", "configstore": "^3.1.0", "deep-equal": "^1.0.1", "envfile": "^2.1.1", "flow-runtime": "^0.10.0", "inquirer": "^3.2.0", "minimist-argv": "^1.0.0", "nightingale": "^6.2.1", "nightingale-app-console": "^0.5.0", "nightingale-console": "^2.0.0", "node-cron": "^1.2.0", "node-ipc-promise": "^0.1.1", "raspi-ver": "^1.0.3", "react": "^15.6.1", "semver": "^5.3.0", "socket.io-client": "^1.7.3", "update-notifier": "^2.2.0" }, "devDependencies": { "babel-eslint": "^7.2.1", "babel-preset-latest-node": "^0.3.1", "debug": "^2.6.8", "eslint": "^4.2.0", "eslint-config-airbnb-base": "^11.2.0", "eslint-config-pob": "^14.1.1", "eslint-config-prettier": "^2.3.0", "eslint-plugin-babel": "^4.1.1", "eslint-plugin-flowtype": "^2.35.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-prettier": "^2.1.2", "komet": "^0.1.4", "komet-karma": "^0.2.5", "pob-babel": "^17.5.0", "pob-release": "^3.1.0", "prettier": "^1.5.2" } }