package.json 394 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": "^1.0.4",
  11. "grunt-contrib-concat": "^0.5.1",
  12. "grunt-contrib-cssmin": "^3.0.0",
  13. "grunt-contrib-htmlmin": "^3.1.0",
  14. "grunt-contrib-jshint": "^2.1.0",
  15. "grunt-contrib-uglify": "^4.0.1"
  16. }
  17. }