node-postgres/package.json
Brian M. Carlson 87c3cf5e5e Bump version
2014-02-26 06:42:36 -06:00

19 lines
349 B
JSON

{
"name": "pg-cursor",
"version": "0.1.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/"
},
"author": "Brian M. Carlson",
"license": "MIT",
"devDependencies": {
"mocha": "https://github.com/visionmedia/mocha/tarball/master",
"pg.js": "~2.8.1"
}
}