package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "sailsjs",
  3. "private": true,
  4. "version": "0.0.0",
  5. "description": "a Sails application",
  6. "keywords": [],
  7. "dependencies": {
  8. "async": "^1.2.0",
  9. "bluebird": "^2.9.27",
  10. "ejs": "~2.3.1",
  11. "grunt": "0.4.5",
  12. "grunt-contrib-clean": "~0.6.0",
  13. "grunt-contrib-coffee": "~0.13.0",
  14. "grunt-contrib-concat": "~0.5.1",
  15. "grunt-contrib-copy": "~0.8.0",
  16. "grunt-contrib-cssmin": "~0.12.3",
  17. "grunt-contrib-jst": "~0.6.0",
  18. "grunt-contrib-less": "1.0.1",
  19. "grunt-contrib-uglify": "~0.9.1",
  20. "grunt-contrib-watch": "~0.6.1",
  21. "grunt-sails-linker": "~0.10.1",
  22. "grunt-sync": "~0.2.3",
  23. "handlebars": "^3.0.3",
  24. "include-all": "~0.1.6",
  25. "mysql": "^2.7.0",
  26. "rc": "~1.0.3",
  27. "sails": "~0.11.0",
  28. "sails-disk": "~0.10.8",
  29. "sequelize": "^3.2.0"
  30. },
  31. "scripts": {
  32. "start": "node app.js",
  33. "debug": "node debug app.js"
  34. },
  35. "main": "app.js",
  36. "repository": {
  37. "type": "git",
  38. "url": "git://github.com/zane/sailsjs.git"
  39. },
  40. "author": "zane",
  41. "license": ""
  42. }