-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 840 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
]
}