posthtml-inline-assets
Version:
Inline external scripts, styles, and images in HTML
62 lines (61 loc) • 1.53 kB
JSON
{
"name": "posthtml-inline-assets",
"version": "3.1.0",
"description": "Inline external scripts, styles, and images in HTML",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
"repository": "jonathantneal/posthtml-inline-assets",
"homepage": "https://github.com/jonathantneal/posthtml-inline-assets#readme",
"bugs": "https://github.com/jonathantneal/posthtml-inline-assets/issues",
"main": "index.cjs.js",
"module": "index.esm.mjs",
"files": [
"index.cjs.js",
"index.esm.mjs"
],
"scripts": {
"prepublishOnly": "npm test",
"pretest": "rollup -c .rollup.js --silent",
"test": "npm run test:js && npm run test:tape",
"test:js": "eslint index.js lib/*.js --cache --ignore-path .gitignore --quiet",
"test:tape": "node .tape"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"file-type": "^10.4.0",
"fse": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "^10.0",
"cssnano": "^4.1.7",
"eslint": "^5.8",
"eslint-config-dev": "2.0",
"posthtml": "^0.11.3",
"pre-commit": "^1.2",
"rollup": "^0.67",
"rollup-plugin-babel": "^4.0.1",
"uglify-js": "^3.4.9"
},
"eslintConfig": {
"extends": "dev",
"parser": "babel-eslint"
},
"keywords": [
"posthtml",
"html",
"plugin",
"posthtml-plugin",
"inline",
"assets",
"javascripts",
"js",
"images",
"img",
"styles",
"css"
]
}