forked from sitepodmatt/node-postgres-hstore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 688 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"author": "Matt Freeman <matt@nonuby.com> (http://blog.nonuby.com)",
"name": "node-postgres-hstore",
"description": "hstore stringify and parse functions for node-postgres parser/serializing",
"keywords": ["hstore","postgresql","postgres"],
"version": "0.0.4",
"homepage": "http://www.github.com/nonuby/node-postgres-hstore",
"repository": "git://github.com/nonuby/node-postgres-hstore.git",
"main": "index",
"dependencies": {},
"devDependencies": {
"underscore": "~1.3.3",
"mocha": "~1.3.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec test/simple.js"
},
"optionalDependencies": {},
"engines": {
"node": ">0.6.0"
}
}