mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2025-10-29 09:30:29 +00:00
36 lines
793 B
JSON
36 lines
793 B
JSON
{
|
|
"name": "inline-html",
|
|
"version": "0.2.4",
|
|
"description": "Inline local assets referenced in an HTML document.",
|
|
"repository": "panosoft/inline-html",
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"test:debug": "mocha --debug-brk"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@panosoft/ramda-utils": "^0.2.0",
|
|
"cheerio": "^0.19.0",
|
|
"co": "^4.6.0",
|
|
"datauri": "^0.8.0",
|
|
"is-local-path": "^0.1.0",
|
|
"less": "^2.5.1",
|
|
"mz": "^2.0.0",
|
|
"postcss": "^5.0.12",
|
|
"postcss-import": "^7.1.3",
|
|
"postcss-url": "^5.0.0",
|
|
"ramda": "^0.18.0",
|
|
"string": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.2.0",
|
|
"chai-as-promised": "^5.1.0",
|
|
"mocha": "^2.2.5"
|
|
}
|
|
}
|