UNPKG

squel-raw

Version:

Extension to squel to create raw sql-statements to use with mod-mysql-postgresql

32 lines (31 loc) 708 B
{ "name": "squel-raw", "version": "0.0.1", "description": "Extension to squel to create raw sql-statements to use with mod-mysql-postgresql", "main": "squel-raw.js", "scripts": { "test": "make test" }, "keywords": [ "vert.x", "squel", "mod-mysql-postgresql" ], "repository": { "type": "git", "url": "https://github.com/LevelbossMike/squel-raw" }, "author": "Michael Klein", "license": "MIT", "bugs": { "url": "https://github.com/LevelbossMike/squel-raw/issues" }, "homepage": "https://github.com/LevelbossMike/squel-raw", "dependencies": { "squel": "^3.7.0" }, "devDependencies": { "expect.js": "^0.3.1", "mocha": "^1.21.4" } }