mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Without this pages like https://www.npmjs.com/package/pg-cursor don't link back correctly.
30 lines
644 B
JSON
30 lines
644 B
JSON
{
|
|
"name": "pg-cursor",
|
|
"version": "1.3.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": " mocha && eslint ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-pg-cursor.git"
|
|
},
|
|
"author": "Brian M. Carlson",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"eslint": "^4.4.0",
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-node": "^5.1.1",
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"mocha": "^3.5.0",
|
|
"pg": "6.x"
|
|
},
|
|
"dependencies": {}
|
|
}
|