replace-html-script
Version:
replaces the content of the script-tag with a given file
41 lines (40 loc) • 851 B
JSON
{
"name": "replace-html-script",
"version": "1.1.1",
"description": "replaces the content of the script-tag with a given file",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "npm run-script lint && npm run-script mocha",
"mocha": "mocha",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/xhronos/replace-html-script"
},
"keywords": [
"html",
"script",
"script-tag",
"script-element",
"polymer",
"polymer2",
"web-component",
"web-components",
"replace"
],
"author": "Martin Lümkemann",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"mocha": "^6.1.4"
},
"dependencies": {
"fs-extra": "^8.0.0",
"parse5-html-rewriting-stream": "^5.1.0"
}
}