package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "squel",
  3. "description": "SQL query string builder",
  4. "version": "5.3.3",
  5. "author": "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
  6. "contributors": [
  7. "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
  8. "Sergej Brjuchanov <serges@seznam.cz>"
  9. ],
  10. "dependencies": {},
  11. "devDependencies": {
  12. "babel-preset-es2015": "^6.6.0",
  13. "chai": "1.5.x",
  14. "coffee-script": "^1.10.0",
  15. "gulp": "^3.9.1",
  16. "gulp-babel": "^6.1.2",
  17. "gulp-concat": "^2.6.0",
  18. "gulp-insert": "^0.5.0",
  19. "gulp-mocha": "^2.2.0",
  20. "gulp-replace": "^0.5.4",
  21. "gulp-uglify": "^1.5.3",
  22. "gulp-umd": "^0.2.0",
  23. "load-grunt-tasks": "~0.1.0",
  24. "mocha": "1.9.x",
  25. "run-sequence": "^1.1.5",
  26. "sinon": "1.6.x",
  27. "time-grunt": "~0.1.1",
  28. "uglify-js": "1.3.x",
  29. "underscore": "1.4.x",
  30. "yargs": "^4.7.1"
  31. },
  32. "keywords": [
  33. "sql",
  34. "database",
  35. "rdbms"
  36. ],
  37. "main": "dist/squel.js",
  38. "scripts": {
  39. "test": "gulp",
  40. "build": "gulp",
  41. "prepublish": "npm run build"
  42. },
  43. "repository": {
  44. "type": "git",
  45. "url": "https://github.com/hiddentao/squel.git"
  46. },
  47. "engines": {
  48. "node": ">= 0.12.0"
  49. }
  50. }