mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
b58c11605c
- With the Metrics module inside nylas-core, and bc of our current lerna setup, we required other modules like sequelize and redis before requiring newrelic, thus preventing them from being properly instrumented
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "k2",
|
|
"version": "0.0.1",
|
|
"description": "k2",
|
|
"main": "",
|
|
"dependencies": {
|
|
"bluebird": "3.x.x",
|
|
"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",
|
|
"pm2": "^1.1.3",
|
|
"promise-props": "^1.0.0",
|
|
"promise.prototype.finally": "^1.0.1",
|
|
"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"
|
|
},
|
|
"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 --no-daemon",
|
|
"stop": "pm2 kill",
|
|
"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"
|
|
}
|
|
}
|