nmig/package.json
2018-02-05 19:03:03 +02:00

24 lines
562 B
JSON

{
"name": "nmig",
"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": {
"mysql": "^2.15.0",
"pg": "^7.4.0",
"pg-copy-streams": "^1.2.0"
},
"scripts": {
"start": "node src/Main.js",
"test": "tape test/Main.test.js"
},
"devDependencies": {
"tape": "^4.8.0"
}
}