package.json 1007 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "windhamdavid-wp",
  3. "version": "4.4.0",
  4. "description": "dev repo 'sorta' syncd to http://develop.svn.wordpress.org/trunk/",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/windhamdavid/wp"
  8. },
  9. "devDependencies": {
  10. "autoprefixer-core": "~5.2.1",
  11. "grunt": "~0.4.5",
  12. "grunt-browserify": "~3.8.0",
  13. "grunt-contrib-clean": "~0.6.0",
  14. "grunt-contrib-compress": "~0.13.0",
  15. "grunt-contrib-concat": "~0.5.1",
  16. "grunt-contrib-copy": "~0.8.0",
  17. "grunt-contrib-cssmin": "~0.12.3",
  18. "grunt-contrib-imagemin": "~0.9.4",
  19. "grunt-contrib-jshint": "~0.11.2",
  20. "grunt-contrib-qunit": "~0.7.0",
  21. "grunt-contrib-uglify": "~0.9.2",
  22. "grunt-contrib-watch": "~0.6.1",
  23. "grunt-includes": "~0.5.1",
  24. "grunt-jsvalidate": "~0.2.2",
  25. "grunt-legacy-util": "^0.2.0",
  26. "grunt-patch-wordpress": "~0.3.0",
  27. "grunt-postcss": "~0.5.4",
  28. "grunt-rtlcss": "~1.6.0",
  29. "grunt-sass": "~1.0.0",
  30. "matchdep": "~0.3.0"
  31. }
  32. }