Mailspring/sync/package.json

22 lines
455 B
JSON
Raw Normal View History

2016-06-19 18:02:32 +08:00
{
"name": "imap-experiment",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"bluebird": "^3.4.1",
"imap": "^0.8.17",
2016-06-21 08:28:26 +08:00
"redis": "2.x.x",
"redis-server": "0.x.x",
"underscore": "^1.8.3"
2016-06-19 18:02:32 +08:00
},
"devDependencies": {},
"scripts": {
2016-06-21 08:28:26 +08:00
"postinstall": "brew install redis",
2016-06-19 18:02:32 +08:00
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}