mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2025-10-29 17:40:29 +00:00
25 lines
574 B
JSON
25 lines
574 B
JSON
{
|
|
"name": "inline-html",
|
|
"version": "0.1.6",
|
|
"description": "Inline local assets referenced in an HTML document.",
|
|
"repository": "panosoft/inline-html",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cheerio": "^0.19.0",
|
|
"co": "^4.6.0",
|
|
"datauri": "^0.7.1",
|
|
"is-local-path": "^0.1.0",
|
|
"less": "^2.5.1",
|
|
"lodash": "^3.10.0",
|
|
"mz": "^2.0.0",
|
|
"postcss": "^4.1.16",
|
|
"postcss-url": "^4.0.0",
|
|
"string": "^3.3.0"
|
|
}
|
|
}
|