Files
inline-html/package.json
Alexandre Gigliotti f28f0e718a 0.1.10
2015-09-25 13:39:08 -07:00

31 lines
707 B
JSON

{
"name": "inline-html",
"version": "0.1.10",
"description": "Inline local assets referenced in an HTML document.",
"repository": "panosoft/inline-html",
"main": "lib/index.js",
"scripts": {
"test": "mocha --harmony_arrow_functions"
},
"author": "",
"license": "MIT",
"dependencies": {
"@panosoft/ramda-utils": "^0.1.12",
"cheerio": "^0.19.0",
"co": "^4.6.0",
"datauri": "^0.7.1",
"is-local-path": "^0.1.0",
"less": "^2.5.1",
"mz": "^2.0.0",
"postcss": "^5.0.0",
"postcss-url": "^5.0.0",
"ramda": "^0.17.1",
"string": "^3.3.0"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"mocha": "^2.2.5"
}
}