2016-06-22 08:10:34 +08:00
|
|
|
{
|
|
|
|
"name": "k2",
|
2016-11-22 10:18:09 +08:00
|
|
|
"version": "0.0.2",
|
|
|
|
"description": "The local sync engine for Nylas N1",
|
2016-06-22 08:10:34 +08:00
|
|
|
"main": "",
|
|
|
|
"dependencies": {
|
2016-11-23 06:54:20 +08:00
|
|
|
"lerna": "2.0.0-beta.23",
|
|
|
|
"pm2": "^1.1.3"
|
2016-06-22 08:10:34 +08:00
|
|
|
},
|
2016-06-23 01:59:22 +08:00
|
|
|
"devDependencies": {
|
2016-11-22 06:00:32 +08:00
|
|
|
"babel-eslint": "7.1.0",
|
2016-11-23 03:58:34 +08:00
|
|
|
"eslint": "3.10.2",
|
2016-11-22 06:00:32 +08:00
|
|
|
"eslint_d": "4.2.0",
|
|
|
|
"eslint-config-airbnb": "13.0.0",
|
|
|
|
"eslint-plugin-import": "2.2.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "2.2.3",
|
2016-11-24 02:18:38 +08:00
|
|
|
"eslint-plugin-react": "6.7.1"
|
2016-06-23 01:59:22 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-07-09 08:13:30 +08:00
|
|
|
"postinstall": "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-11-22 10:18:09 +08:00
|
|
|
"license": "proprietary",
|
2016-06-22 08:10:34 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/nylas/K2/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/nylas/K2#readme",
|
|
|
|
"engines": {
|
2016-11-22 10:18:09 +08:00
|
|
|
"node": "6.9.1",
|
|
|
|
"npm": "3.10.8"
|
2016-06-22 08:10:34 +08:00
|
|
|
}
|
|
|
|
}
|