{ "name": "k2", "version": "0.0.1", "description": "k2", "main": "", "dependencies": { "bluebird": "3.x.x", "bunyan": "1.8.0", "bunyan-cloudwatch": "2.0.0", "lerna": "2.0.0-beta.23", "mysql": "^2.11.1", "newrelic": "^1.28.1", "pm2": "^1.1.3", "redis": "2.x.x", "rx": "4.x.x", "sequelize": "3.x.x", "underscore": "1.x.x" }, "devDependencies": { "babel-eslint": "6.x", "eslint": "2.x", "eslint-config-airbnb": "8.x", "eslint-plugin-import": "1.x", "eslint-plugin-jsx-a11y": "1.x", "eslint-plugin-react": "5.x", "eslint_d": "3.x", "sqlite3": "https://github.com/bengotow/node-sqlite3/archive/bengotow/usleep-v3.1.4.tar.gz" }, "scripts": { "start": "pm2 start ./pm2-dev.yml --watch; pm2 logs --raw | bunyan -o short", "logs": "pm2 logs --raw | bunyan -o short", "stop": "pm2 delete all", "postinstall": "lerna bootstrap" }, "repository": { "type": "git", "url": "git+https://github.com/nylas/K2.git" }, "author": "Nylas", "license": "ISC", "bugs": { "url": "https://github.com/nylas/K2/issues" }, "homepage": "https://github.com/nylas/K2#readme", "engines": { "node": "6.2.2", "npm": "3.9.5" } }