pomegranate-sequelize-pg
Version:
Loads Postgres support into the Pomegranate framework.
38 lines (37 loc) • 933 B
JSON
{
"name": "pomegranate-sequelize-pg",
"version": "3.0.1",
"description": "Loads Postgres support into the Pomegranate framework.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jim <jim.b@paperelectron.com> (http://paperelectron.com/)",
"license": "MIT",
"files": [
"index.js",
"plugins/"
],
"keywords": [
"Pomegranate",
"Plugin",
"SQL",
"Database",
"Postgres"
],
"dependencies": {
"magnum-plugin-utils": "^1.2.0",
"pg": "^6.4.2",
"pg-hstore": "2.3.2",
"pomegranate-sequelize-core": "^3.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/Pomegranate/pomegranate-sequelize-pg.git"
},
"bugs": {
"url": "https://github.com/Pomegranate/pomegranate-sequelize-pg/issues"
},
"homepage": "https://github.com/Pomegranate/pomegranate-sequelize-pg"
}