UNPKG

dynamic-resource-hints

Version:
43 lines (42 loc) 1.36 kB
{ "name": "dynamic-resource-hints", "version": "0.0.7", "description": "Dynamically add preload browser hints at runtime", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "", "build": "babel source.js --out-file index.js", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/ScriptedAlchemy/dynamic-resource-hints.git" }, "keywords": [ "prefetch", "preload", "resource", "hints" ], "author": "Zack Jackson", "license": "MIT", "bugs": { "url": "https://github.com/ScriptedAlchemy/dynamic-resource-hints/issues" }, "homepage": "https://github.com/ScriptedAlchemy/dynamic-resource-hints#readme", "devDependencies": { "@babel/cli": "7.8.4", "@babel/core": "7.9.0", "@babel/plugin-proposal-class-properties": "7.8.3", "@babel/plugin-proposal-decorators": "7.8.3", "@babel/plugin-proposal-export-default-from": "7.8.3", "@babel/plugin-proposal-json-strings": "7.8.3", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-syntax-import-meta": "7.8.3", "@babel/plugin-transform-object-assign": "7.8.3", "@babel/plugin-transform-regenerator": "7.8.7", "@babel/plugin-transform-runtime": "7.9.0", "@babel/preset-env": "7.9.5" } }