nmig/package.json
2017-07-25 00:48:56 +03:00

20 lines
465 B
JSON

{
"name": "nmig",
"version": "3.2.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": "^2.13.0",
"pg": "^7.0.2",
"pg-copy-streams": "^1.2.0"
},
"scripts": {
"start": "node ./src/Main.js"
}
}