package.json 645 B

12345678910111213141516171819202122
  1. {
  2. "name": "vamtam-testimonials",
  3. "version": "1.0.0",
  4. "description": "Please find our support system and documentation here:",
  5. "devDependencies": {
  6. "grunt": "~0.4.1",
  7. "grunt-contrib-jshint": "^0.6.5",
  8. "grunt-contrib-nodeunit": "^0.2.2",
  9. "grunt-contrib-uglify": "^0.2.7",
  10. "grunt-contrib-concat": "~0.3.0",
  11. "grunt-contrib-watch": "^0.5.3",
  12. "grunt-phpdocumentor": "^0.1.0",
  13. "grunt-parallel": "~0.3.0",
  14. "grunt-wp-i18n": "^0.4.6",
  15. "matchdep": "^0.3.0",
  16. "grunt-concurrent": "^1.0.0"
  17. },
  18. "author": "Vamtam",
  19. "license": "dual GPL/Envato",
  20. "readmeFilename": "readme.txt",
  21. "jsLocation": "js/"
  22. }