1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "squel",
- "description": "SQL query string builder",
- "version": "5.3.3",
- "author": "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
- "contributors": [
- "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
- "Sergej Brjuchanov <serges@seznam.cz>"
- ],
- "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"
- }
- }
|