UNPKG

courtbot-engine-pg

Version:
63 lines (62 loc) 1.87 kB
{ "name": "courtbot-engine-pg", "version": "1.3.9", "description": "Postgres support for courtbot-engine", "main": "lib/index.js", "scripts": { "test": "nyc mocha", "coverage": "nyc report --reporter=text-lcov | coveralls", "test-watch": "mocha --watch", "build": "rm -rf lib && babel --presets es2015 src --out-dir lib", "release": "npm run test && npm run build && npm run lint && release && npm publish && npm run npm-badge && git add badges && git commit -m 'Update badges' && git push", "lint": "eslint src/ test/ --ext .js, .jsx --ignore-path .eslintignore", "npm-badge": "wget https://img.shields.io/npm/v/courtbot-engine-pg.png -d badges/npm.png" }, "keywords": [ "courtbot", "postgres", "courtbot-engine" ], "author": "Philip Kin", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/codefortulsa/courtbot-engine-pg.git" }, "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.21.0", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.10", "babel-plugin-rewire": "^1.0.0", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "babel-register": "^6.18.0", "chai": "^2.1.2", "chai-as-promised": "^6.0.0", "chance": "^1.0.4", "courtbot-engine": "^1.3.3", "coveralls": "^2.11.16", "dirty-chai": "^1.2.2", "eslint": "^3.14.1", "express": "^4.14.0", "git-release": "^0.6.0", "istanbul": "^0.4.5", "mocha": "^2.2.4", "node-wget": "^0.4.2", "nyc": "^10.1.2", "proxyquire": "^1.7.10", "sinon": "^1.15.4", "sinon-chai": "^2.8.0", "webpack": "^1.14.0" }, "dependencies": { "db-migrate": "^0.10.0-beta.20", "db-migrate-pg": "^0.1.11", "log4js": "^1.1.0", "pg": "^6.1.2" }, "peerDependencies": { "courtbot-engine": "^1.3.3" } }