package.json 352 B

1234567891011121314151617
  1. {
  2. "name": "html5shiv",
  3. "version": "3.7.3",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/aFarkas/html5shiv.git"
  7. },
  8. "main": "dist/html5shiv.js",
  9. "devDependencies": {
  10. "grunt-bytesize": ">=0.1.0",
  11. "grunt-contrib-watch": ">=0.3.0",
  12. "grunt-contrib-copy": ">=0.4.0",
  13. "grunt-contrib-uglify": ">=0.2.7",
  14. "grunt": ">=0.4.1"
  15. }
  16. }