UNPKG

web-resource-inliner

Version:

Inlines img, script and link tags into the same file.

50 lines (49 loc) 1.13 kB
{ "author": { "name": "Jarrett Widman", "email": "jarrett.widman@vokal.io", "url": "https://github.com/jrit" }, "name": "web-resource-inliner", "description": "Inlines img, script and link tags into the same file.", "version": "4.0.0", "keywords": [ "inline", "js", "css", "scripts", "stylesheets", "html", "datauri" ], "license": "MIT", "main": "src/inline.js", "repository": { "type": "git", "url": "https://github.com/jrit/web-resource-inliner.git" }, "engines": { "node": ">=4.2.0" }, "devDependencies": { "faux-jax": "^5.0.5", "istanbul": "^0.4.5", "mime-types": "^2.1.12", "mocha": "^3.1.2" }, "dependencies": { "async": "^2.1.2", "chalk": "^1.1.3", "datauri": "^1.0.4", "htmlparser2": "^3.9.2", "lodash.unescape": "^4.0.1", "request": "^2.78.0", "xtend": "^4.0.0" }, "scripts": { "test": "mocha test", "coverage": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec", "lint": "eslint . --fix || true", "format": "jscs . -x" } }