2020-04-10 10:29:13 -05:00

24 lines
470 B
JSON

{
"name": "pg-cursor",
"version": "2.1.9",
"description": "Query cursor extension for node-postgres",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha && eslint .",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-pg-cursor.git"
},
"author": "Brian M. Carlson",
"license": "MIT",
"devDependencies": {
"mocha": "^6.2.2",
"pg": "^8.0.2"
}
}