node-postgres/package.json
2013-11-08 17:07:54 -06:00

19 lines
349 B
JSON

{
"name": "pg-cursor",
"version": "0.0.1",
"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"
}
}