jive-persistence-postgres
Version:
Postgres persistence strategy for jive-sdk
36 lines (35 loc) • 840 B
JSON
{
"name": "jive-persistence-postgres",
"description": "Postgres persistence strategy for jive-sdk",
"version": "0.0.24",
"main": "./postgres-dynamic.js",
"author": "Jive Software <jivedev@jivesoftware>",
"dependencies": {
"q": "0.9.3",
"pg": "6.1.2",
"sql-ddl-sync": "git://github.com/jivesoftware/node-sql-ddl-sync.git",
"jive-sdk": "*",
"flat": "1.2.1",
"stream-array": "0.1.3"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"contributors": [
"Aron Racho <aron.racho@jivesoftware.com>",
"Ryan Rutan <ryan.rutan@jivesoftware.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/jivesoftware/jive-persistence-postgres"
},
"keywords": [
"jive",
"framework",
"app",
"purposeful_places",
"api"
]
}