package.json 528 B

12345678910111213141516171819202122
  1. {
  2. "name": "Peppermint",
  3. "version": "1.3.7",
  4. "license": "MIT",
  5. "homepage": "https://github.com/wilddeer/Peppermint",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/wilddeer/Peppermint.git"
  9. },
  10. "author": {
  11. "name": "Oleg Korsunsky",
  12. "url": "http://wd.dizaina.net/"
  13. },
  14. "devDependencies": {
  15. "grunt": "~0.4.1",
  16. "grunt-contrib-uglify": "~0.2.5",
  17. "grunt-contrib-concat": "~0.3.0",
  18. "grunt-contrib-watch": "~0.5.3",
  19. "grunt-bump": "0.0.14",
  20. "grunt-shell": "~0.7.0"
  21. }
  22. }