package.json 852 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "WP windhamdavid",
  3. "version": "3.9.0",
  4. "description": "",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/windhamdavid/wp"
  8. },
  9. "author": "WordPress Contributors",
  10. "license": "GPLv2 or later",
  11. "devDependencies": {
  12. "grunt": "~0.4.1",
  13. "grunt-contrib-watch": "~0.5.3",
  14. "grunt-contrib-clean": "~0.5.0",
  15. "grunt-contrib-copy": "~0.4.1",
  16. "grunt-contrib-cssmin": "~0.6.1",
  17. "grunt-contrib-qunit": "~0.2.2",
  18. "grunt-contrib-uglify": "~0.2.2",
  19. "grunt-contrib-watch": "~0.5.1",
  20. "grunt-contrib-compress": "~0.5.2",
  21. "grunt-contrib-concat": "~0.3.0",
  22. "grunt-contrib-jshint": "~0.7.0",
  23. "grunt-cssjanus": "git://github.com/yoavf/grunt-cssjanus.git#e0158f4087d1c4bb5a8d1648a63ef133338b5879",
  24. "grunt-sass": "~0.8.0",
  25. "grunt-jsvalidate": "~0.2.2",
  26. "matchdep": "~0.1.2"
  27. }
  28. }