{ "name": "squel", "description": "SQL query string builder", "version": "5.3.3", "author": "Ramesh Nair (http://www.hiddentao.com/)", "contributors": [ "Ramesh Nair (http://www.hiddentao.com/)", "Sergej Brjuchanov " ], "dependencies": {}, "devDependencies": { "babel-preset-es2015": "^6.6.0", "chai": "1.5.x", "coffee-script": "^1.10.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-concat": "^2.6.0", "gulp-insert": "^0.5.0", "gulp-mocha": "^2.2.0", "gulp-replace": "^0.5.4", "gulp-uglify": "^1.5.3", "gulp-umd": "^0.2.0", "load-grunt-tasks": "~0.1.0", "mocha": "1.9.x", "run-sequence": "^1.1.5", "sinon": "1.6.x", "time-grunt": "~0.1.1", "uglify-js": "1.3.x", "underscore": "1.4.x", "yargs": "^4.7.1" }, "keywords": [ "sql", "database", "rdbms" ], "main": "dist/squel.js", "scripts": { "test": "gulp", "build": "gulp", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/hiddentao/squel.git" }, "engines": { "node": ">= 0.12.0" } }