Mailspring/package.json

40 lines
903 B
JSON
Raw Normal View History

2016-06-22 08:10:34 +08:00
{
"name": "k2",
"version": "0.0.1",
"description": "Sync Engine ++",
"main": "",
"dependencies": {
"imap-experiment": "./sync",
2016-06-22 08:13:48 +08:00
"core": "./core",
2016-06-23 03:19:17 +08:00
"api": "./api",
"message-processor": "./message-processor"
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",
"eslint_d": "3.x"
},
"scripts": {
2016-06-23 03:19:17 +08:00
"start": "heroku local -f Procfile.dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
2016-06-22 08:10:34 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/nylas/K2.git"
},
"author": "",
"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"
}
}