Files
inline-html/package.json
Alexandre Gigliotti 4a3b6f9d50 0.1.6
2015-08-17 09:17:57 -07:00

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"
}
}