Files
inline-html/package.json
Alexandre Gigliotti e5e1f08fba Updated is-local-path.
2015-07-22 16:09:52 -07:00

22 lines
470 B
JSON

{
"name": "inline-html",
"version": "0.0.0",
"description": "",
"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",
"inline-css-url": "file:../inline-css-url",
"inline-less": "file:../inline-less",
"is-local-path": "0.0.1",
"mz": "^2.0.0",
"string": "^3.3.0"
}
}