netlify-plugin-inline-source
Version:
A Netlify plugin to inline your assets/sources, built on top of the `inline-source` package.
32 lines (31 loc) • 816 B
JSON
{
"name": "netlify-plugin-inline-source",
"version": "1.0.4",
"description": "A Netlify plugin to inline your assets/sources, built on top of the `inline-source` package.",
"license": "MIT",
"author": "Tom Bonnike (bonniketom@gmail.com)",
"repository": {
"type": "git",
"url": "https://github.com/Tom-Bonnike/netlify-plugin-inline-source.git"
},
"bugs": {
"url": "https://github.com/Tom-Bonnike/netlify-plugin-inline-source/issues"
},
"homepage": "https://github.com/Tom-Bonnike/netlify-plugin-inline-source#readme",
"keywords": [
"netlify",
"netlify-plugin",
"inline-source",
"inline",
"assets",
"sources"
],
"engines": {
"node": ">=8.6.0"
},
"main": "index.js",
"dependencies": {
"inline-source": "^7.2.0",
"readdirp": "^3.4.0"
}
}