nmig/package.json

20 lines
465 B
JSON
Raw Normal View History

2016-02-13 20:01:32 +02:00
{
"name": "nmig",
2017-11-13 00:10:23 +02:00
"version": "3.4.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": {
2017-11-13 00:10:23 +02:00
"mysql": "^2.15.0",
"pg": "^7.4.0",
2017-06-17 18:53:30 +03:00
"pg-copy-streams": "^1.2.0"
2017-05-20 14:16:19 +03:00
},
"scripts": {
"start": "node ./src/Main.js"
}
2016-02-13 20:01:32 +02:00
}