flexgres
Version:
Flexibly change your Postgres schemas with Flexgres.
35 lines (34 loc) • 749 B
JSON
{
"name": "flexgres",
"version": "0.2.2",
"description": "Flexibly change your Postgres schemas with Flexgres.",
"main": "flexgres.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisCates/flexgres.git"
},
"keywords": [
"Chris",
"Cates",
"Flexgres",
"Flexible",
"Postgres"
],
"author": "Chris Cates",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChrisCates/flexgres/issues"
},
"homepage": "https://github.com/ChrisCates/flexgres#readme",
"devDependencies": {
"async": "^1.5.2",
"pg": "^4.5.1",
"pg-query": "^0.11.0"
},
"dependencies": {
"async": "^1.5.2"
}
}