Files
inline-html/package.json
Alexandre Gigliotti 8854629943 Updated README.
2015-08-05 15:46:46 -07:00

25 lines
562 B
JSON

{
"name": "inline-html",
"version": "0.1.1",
"description": "Embed local assets in an HTML document.",
"repository": "panosoft/inline-html",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"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"
}
}