great-scott
Version:
A Marty-like data source for postgres.
39 lines (38 loc) • 955 B
JSON
{
"name": "great-scott",
"version": "0.7.0",
"description": "A Marty-like data source for postgres.",
"main": "dist/great-scott.js",
"dependencies": {
"bluebird": "^2.9.4",
"generic-pool": "^2.1.1",
"lodash": "^3.0.1",
"pg": "^4.2.0",
"squel": "^3.10.0"
},
"devDependencies": {
"babel": "^4.7.1",
"jscs": "^1.11.3",
"jshint": "^2.6.3"
},
"scripts": {
"prepublish": "rm -r dist/ || true && node_modules/.bin/6to5 src/ --modules common --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/isaiahdw/great-scott.git"
},
"keywords": [
"pg",
"postgres",
"marty",
"data source"
],
"author": "Isaiah DeRose-Wilson <isaiahdw@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/isaiahdw/great-scott/issues"
},
"homepage": "https://github.com/isaiahdw/great-scott"
}