UNPKG

script-injector

Version:

Inject inline javascript into an HTML stream.

34 lines (33 loc) 649 B
{ "name": "script-injector", "version": "1.0.0", "description": "Inject inline javascript into an HTML stream.", "main": "index.js", "scripts": { "test": "node test/test.js" }, "repository": { "type": "git", "url": "https://github.com/dlmanning/script-injector.git" }, "keywords": [ "html", "stream", "script", "inject", "injector", "injection", "parser" ], "author": "David Manning", "license": "MIT", "dependencies": { "duplexer2": "0.0.2", "through2": "^0.6.5", "trumpet": "^1.7.1" }, "devDependencies": { "concat-stream": "^1.4.7", "tape": "^3.5.0" } }