mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
31 lines
647 B
JSON
31 lines
647 B
JSON
{
|
|
"name": "k2",
|
|
"version": "0.0.1",
|
|
"description": "Sync Engine ++",
|
|
"main": "",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"start": "heroku local",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"imap-experiment": "./sync",
|
|
"core": "./core",
|
|
"api": "./api"
|
|
},
|
|
"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"
|
|
}
|
|
}
|