Files
inline-html/package.json

25 lines
542 B
JSON
Raw Normal View History

2015-07-22 15:51:14 -07:00
{
"name": "inline-html",
2015-07-27 13:16:08 -07:00
"version": "0.0.1",
"description": "Inline an html file.",
"repository": "panosoft/inline-html",
2015-07-22 15:51:14 -07:00
"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",
2015-07-22 16:09:52 -07:00
"is-local-path": "0.0.1",
2015-07-23 08:28:22 -07:00
"less": "^2.5.1",
"lodash": "^3.10.0",
2015-07-22 15:51:14 -07:00
"mz": "^2.0.0",
2015-07-27 13:15:45 -07:00
"postcss": "^4.1.16",
"postcss-url": "^4.0.0",
2015-07-22 15:51:14 -07:00
"string": "^3.3.0"
}
}