Mailspring/core/package.json
2016-06-22 13:35:55 -07:00

20 lines
389 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",
"rx": "4.x.x",
"sequelize": "^3.23.3",
"sqlite3": "^3.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}