package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "quick-pomelo-template",
  3. "description": "",
  4. "version": "0.1.0",
  5. "author": "rain1017",
  6. "private" : false,
  7. "homepage" : "https://github.com/rain1017/quick-pomelo-template",
  8. "repository" : {
  9. "type" : "git",
  10. "url" : "https://github.com/rain1017/quick-pomelo-template.git"
  11. },
  12. "bugs" : {
  13. "url" : "https://github.com/rain1017/quick-pomelo-template/issues"
  14. },
  15. "keywords" : [
  16. ],
  17. "engines": {
  18. "node": ">=0.12.x"
  19. },
  20. "scripts": {
  21. "start": "grunt",
  22. "test": "grunt test",
  23. "postinstall": ""
  24. },
  25. "dependencies": {
  26. "quick-pomelo": "rain1017/quick-pomelo",
  27. "pomelo": "rain1017/pomelo",
  28. "grunt-cli": "~0.1.13",
  29. "node-uuid": "~1.4.3",
  30. "heapdump" : "0.3.7"
  31. },
  32. "devDependencies": {
  33. "redis": "~0.12.1",
  34. "mongodb": "~2.0.39",
  35. "should": "~4.5.0",
  36. "sinon": "~1.12.2",
  37. "grunt-env": "~0.4.2",
  38. "grunt-contrib-watch": "~0.6.1",
  39. "grunt-contrib-jshint": "~0.10.0",
  40. "grunt-contrib-clean": "~0.6.0",
  41. "grunt-nodemon": "~0.3.0",
  42. "grunt-concurrent": "~1.0.0",
  43. "grunt-mocha-test": "~0.12.6",
  44. "load-grunt-tasks": "~2.0.0",
  45. "blanket" : "~1.1.6"
  46. }
  47. }