mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 20:41:05 +08:00
18 lines
335 B
JSON
18 lines
335 B
JSON
|
{
|
||
|
"name": "imap-experiment",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "app.js",
|
||
|
"dependencies": {
|
||
|
"bluebird": "^3.4.1",
|
||
|
"imap": "^0.8.17"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"start": "node app.js",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC"
|
||
|
}
|