nmig/package.json

25 lines
589 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": {
2017-12-19 00:59:54 +02:00
"start": "node ./src/Main.js",
"test": "mocha test/*.test.js"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1"
}
2016-02-13 20:01:32 +02:00
}