mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
43 lines
944 B
JSON
43 lines
944 B
JSON
{
|
|
"name": "k2",
|
|
"version": "0.0.1",
|
|
"description": "k2",
|
|
"main": "",
|
|
"dependencies": {
|
|
"bluebird": "3.x.x",
|
|
"nylas-core": "0.x.x",
|
|
"nylas-api": "0.x.x",
|
|
"nylas-sync": "0.x.x",
|
|
"redis": "2.x.x",
|
|
"rx": "4.x.x",
|
|
"sequelize": "3.x.x",
|
|
"underscore": "1.x.x"
|
|
},
|
|
"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",
|
|
"lerna": "2.0.0-beta.20"
|
|
},
|
|
"scripts": {
|
|
"start": "foreman start -f Procfile.dev"
|
|
},
|
|
"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"
|
|
}
|
|
}
|