package.json 721 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "sailsjs",
  3. "private": true,
  4. "version": "0.0.0",
  5. "description": "a Sails application for TFB testing",
  6. "keywords": [],
  7. "dependencies": {
  8. "async": "1.5.2",
  9. "bluebird": "3.4.1",
  10. "ejs": "2.5.7",
  11. "handlebars": "4.0.5",
  12. "mysql": "2.11.0",
  13. "pg": "6.0.2",
  14. "pg-hstore": "2.3.2",
  15. "rc": "1.1.6",
  16. "sails": "0.12.3",
  17. "sails-disk": "0.10.10",
  18. "sequelize": "3.23.4"
  19. },
  20. "scripts": {
  21. "start": "node app.js",
  22. "debug": "node debug app.js"
  23. },
  24. "main": "app.js",
  25. "repository": {
  26. "type": "git",
  27. "url": "https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/JavaScript/sailsjs"
  28. },
  29. "author": "zane-techempower",
  30. "license": ""
  31. }