Mailspring/package.json

43 lines
999 B
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",
"redis": "2.x.x",
"rx": "4.x.x",
"sequelize": "3.x.x",
"sqlite3": "https://github.com/bengotow/node-sqlite3/archive/bengotow/usleep-v3.1.4.tar.gz",
2016-06-23 05:41:32 +08:00
"underscore": "1.x.x"
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",
"lerna": "2.0.0-beta.20"
},
"scripts": {
2016-06-23 05:53:23 +08:00
"start": "foreman start -f Procfile.dev",
"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"
}
}