nmig/package.json
2017-05-20 15:32:36 +03:00

20 lines
449 B
JSON

{
"name": "nmig",
"version": "3.0.0",
"description": "The database migration app",
"author": "Anatoly Khaytovich<anatolyuss@gmail.com>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/AnatolyUss/nmig.git"
},
"dependencies": {
"mysql": "*",
"pg": "*",
"pg-copy-streams": "*"
},
"scripts": {
"start": "node ./src/Main.js"
}
}