mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-15 06:06:35 +08:00
18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"name": "core",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "database-connection-factory.js",
|
|
"dependencies": {
|
|
"bluebird": "3.x.x",
|
|
"mysql": "^2.10.2",
|
|
"redis": "2.x.x",
|
|
"sequelize": "^3.23.3",
|
|
"sqlite3": "^3.1.4"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|