package.json 383 B

1234567891011121314151617
  1. {
  2. "name": "dw-wp",
  3. "version": "2.0.0",
  4. "private": true,
  5. "repository": {
  6. "type": "git",
  7. "url": "git@github.com:windhamdavid/dw.git"
  8. },
  9. "devDependencies": {
  10. "grunt": "~0.4.5",
  11. "grunt-contrib-jshint": "~0.10.0",
  12. "grunt-contrib-uglify": "~0.6.0",
  13. "grunt-contrib-cssmin": "~0.10.0",
  14. "grunt-contrib-htmlmin": "~0.3.0",
  15. "grunt-contrib-concat": "~0.5.0"
  16. }
  17. }