sails-sql-criteria
Version:
Support using a SQL WHERE clause to filter results
34 lines (33 loc) • 875 B
JSON
{
"name": "sails-sql-criteria",
"version": "0.0.5",
"description": "Support using a SQL WHERE clause to filter results",
"main": "dist/policies/SqlCriteriaPolicy.js",
"scripts": {
"prepublish": "gulp build",
"test": "mocha --recursive --reporter spec --compilers js:babel/register --timeout 500"
},
"repository": {
"type": "git",
"url": "https://github.com/tjwebb/sails-hook-sql-where-clause.git"
},
"keywords": [
"sails",
"sql",
"where",
"filter",
"blueprints"
],
"author": "Travis Webb <me@traviswebb.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjwebb/sails-hook-sql-where-clause/issues"
},
"homepage": "https://github.com/tjwebb/sails-hook-sql-where-clause",
"dependencies": {
"sql-parser": "^0.5.0",
"babel": "^5.6",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0"
}
}