mysql-patcher/package.json

35 строки
805 B
JSON

{
"name": "mysql-patcher",
"version": "0.7.0",
"description": "A package/program to help patch MySql databases",
"main": "index.js",
"scripts": {
"test": "tape test/*.js | tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/chilts/mysql-patcher.git"
},
"keywords": [
"mysql"
],
"author": "Andrew Chilton <andychilton@gmail.com> (http://chilts.org/)",
"license": "MPL2",
"bugs": {
"url": "https://github.com/chilts/mysql-patcher/issues"
},
"homepage": "https://github.com/chilts/mysql-patcher",
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.3.0",
"clone": "^0.1.18",
"glob": "^5.0.3",
"xtend": "^4.0.0"
},
"devDependencies": {
"mysql": "^2.4.2",
"tap-spec": "^0.2.1",
"tape": "^2.14.0"
}
}