nmig/package.json
2017-12-19 00:59:54 +02:00

25 lines
589 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": "mocha test/*.test.js"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1"
}
}