mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"name": "imap-experiment",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"bluebird": "^3.4.1",
|
|
"imap": "^0.8.17",
|
|
"redis": "2.x.x",
|
|
"redis-server": "0.x.x",
|
|
"underscore": "^1.8.3",
|
|
"xoauth2": "^1.1.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|