Mailspring/package.json
2016-11-22 10:58:27 -08:00

52 lines
1.4 KiB
JSON

{
"name": "k2",
"version": "0.0.2",
"description": "The local sync engine for Nylas N1",
"main": "",
"dependencies": {
"bunyan": "1.8.0",
"bunyan-cloudwatch": "2.0.0",
"bunyan-loggly": "^1.0.0",
"bunyan-prettystream": "emorikawa/node-bunyan-prettystream",
"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",
"request": "^2.73.0",
"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": "7.1.0",
"eslint": "3.10.1",
"eslint_d": "4.2.0",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.7.1",
"sqlite3": "https://github.com/bengotow/node-sqlite3/archive/bengotow/usleep-v3.1.4.tar.gz"
},
"scripts": {
"postinstall": "lerna bootstrap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nylas/K2.git"
},
"author": "Nylas",
"license": "proprietary",
"bugs": {
"url": "https://github.com/nylas/K2/issues"
},
"homepage": "https://github.com/nylas/K2#readme",
"engines": {
"node": "6.9.1",
"npm": "3.10.8"
}
}