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-08 02:37:55 +08:00
|
|
|
"mysql": "^2.11.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"
|
2016-06-22 08:10:34 +08:00
|
|
|
},
|
2016-06-23 01:59:22 +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
|
|
|
"lerna": "2.0.0-beta.23",
|
|
|
|
"sqlite3": "https://github.com/bengotow/node-sqlite3/archive/bengotow/usleep-v3.1.4.tar.gz"
|
2016-06-23 01:59:22 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-07-07 04:51:05 +08:00
|
|
|
"start": "foreman start -f Procfile.dev",
|
2016-07-07 06:30:35 +08:00
|
|
|
"start-aws": "node start-aws.js",
|
|
|
|
"postinstall": "node_modules/.bin/lerna bootstrap"
|
2016-06-23 01:59:22 +08:00
|
|
|
},
|
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"
|
|
|
|
}
|
|
|
|
}
|