package.json 957 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "windhamdavid-wp",
  3. "version": "0.2.0",
  4. "description": "windhamdavid WordPress builder",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/windhamdavid/wp"
  8. },
  9. "devDependencies": {
  10. "grunt": "~1.0.4",
  11. "grunt-banner": "^0.6.0",
  12. "grunt-contrib-clean": "~2.0.0",
  13. "grunt-contrib-concat": "1.0.1",
  14. "grunt-contrib-copy": "~1.0.0",
  15. "grunt-contrib-cssmin": "~3.0.0",
  16. "grunt-contrib-imagemin": "~3.1.0",
  17. "grunt-contrib-jshint": "2.1.0",
  18. "grunt-contrib-qunit": "^1.2.0",
  19. "grunt-contrib-uglify": "~4.0.1",
  20. "grunt-contrib-watch": "~1.1.0",
  21. "grunt-file-append": "0.0.7",
  22. "grunt-includes": "~1.1.0",
  23. "grunt-jsdoc": "2.4.0",
  24. "grunt-jsvalidate": "~0.2.2",
  25. "grunt-legacy-util": "^1.1.1",
  26. "grunt-patch-wordpress": "~2.0.0",
  27. "grunt-postcss": "~0.9.0",
  28. "grunt-replace-lts": "~1.1.0",
  29. "grunt-rtlcss": "~2.0.1",
  30. "grunt-sass": "~3.1.0",
  31. "grunt-webpack": "^3.1.3"
  32. },
  33. "scripts": {
  34. "dev": "./_install.sh"
  35. }
  36. }