Mailspring/package.json
2016-06-22 12:19:17 -07:00

39 lines
903 B
JSON

{
"name": "k2",
"version": "0.0.1",
"description": "Sync Engine ++",
"main": "",
"dependencies": {
"imap-experiment": "./sync",
"core": "./core",
"api": "./api",
"message-processor": "./message-processor"
},
"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"
},
"scripts": {
"start": "heroku local -f Procfile.dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}