package.json 452 B

12345678910111213141516
  1. {
  2. "name": "current-script-polyfill",
  3. "version": "1.0.0",
  4. "description": "An exceptionally slim (~310kb minified) polyfill for document.currentScript in IE9+",
  5. "main": "currentScript.js",
  6. "scripts": {},
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/epicmiller/currentScript-polyfill.git"
  10. },
  11. "author": "Adam Miller",
  12. "license": "MIT",
  13. "readmeFilename": "README.md",
  14. "dependencies": {},
  15. "devDependencies": {}
  16. }