Mailspring/core/package.json
2016-06-19 03:02:32 -07:00

17 lines
323 B
JSON

{
"name": "core",
"version": "1.0.0",
"description": "",
"main": "database-connection-factory.js",
"dependencies": {
"mysql": "^2.10.2",
"sequelize": "^3.23.3",
"sqlite3": "^3.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}