Mailspring/package.json

54 lines
1.4 KiB
JSON
Raw Normal View History

2016-06-22 08:10:34 +08:00
{
"name": "k2",
"version": "0.0.1",
2016-06-23 05:41:32 +08:00
"description": "k2",
2016-06-22 08:10:34 +08:00
"main": "",
"dependencies": {
2016-06-23 05:41:32 +08:00
"bluebird": "3.x.x",
2016-07-12 02:27:35 +08:00
"bunyan": "1.8.0",
"bunyan-cloudwatch": "2.0.0",
"bunyan-loggly": "^1.0.0",
"bunyan-prettystream": "^0.1.3",
"imap": "0.8.x",
"lerna": "2.0.0-beta.23",
"mysql": "^2.11.1",
2016-07-08 06:25:45 +08:00
"newrelic": "^1.28.1",
"pm2": "^1.1.3",
"promise.prototype.finally": "^1.0.1",
2016-06-23 05:41:32 +08:00
"redis": "2.x.x",
"rx": "4.x.x",
"sequelize": "3.x.x",
"underscore": "1.x.x",
"utf7": "https://github.com/truebit/utf7/archive/1f753bac59b99d93b17a5ef11681e232465e2558.tar.gz"
2016-06-22 08:10:34 +08:00
},
"devDependencies": {
2016-06-23 03:19:17 +08:00
"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",
2016-06-23 05:41:32 +08:00
"eslint_d": "3.x",
2016-07-08 04:32:54 +08:00
"sqlite3": "https://github.com/bengotow/node-sqlite3/archive/bengotow/usleep-v3.1.4.tar.gz"
},
"scripts": {
"start": "pm2 start ./pm2-dev.yml --no-daemon",
2016-07-12 06:46:52 +08:00
"stop": "pm2 kill",
"postinstall": "lerna bootstrap"
},
2016-06-22 08:10:34 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/nylas/K2.git"
},
2016-06-23 05:41:32 +08:00
"author": "Nylas",
2016-06-22 08:10:34 +08:00
"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"
}
}