pg-template-tag
Version:
ECMAScript 6 (2015) template tag function to write queries for node-postgres.
27 lines (26 loc) • 545 B
JSON
{
"name": "pg-template-tag",
"version": "0.1.2",
"description": "ECMAScript 6 (2015) template tag function to write queries for node-postgres.",
"repository": "XeCycle/pg-template-tag",
"files": [
"*.js",
"README.md"
],
"scripts": {
"prepublish": "node build.js",
"test": "mocha test.js"
},
"keywords": [
"pg",
"postgre",
"postgres"
],
"author": "Carl Lei",
"license": "SAX-PD",
"devDependencies": {
"babel-core": "6.4.0",
"babel-preset-es2015": "6.3.13",
"mocha": "2.3.4"
}
}