Files
inline-html/package.json

31 lines
707 B
JSON
Raw Normal View History

2015-07-22 15:51:14 -07:00
{
"name": "inline-html",
2015-10-07 14:27:01 -07:00
"version": "0.1.11",
2015-08-06 08:37:37 -07:00
"description": "Inline local assets referenced in an HTML document.",
"repository": "panosoft/inline-html",
2015-07-22 15:51:14 -07:00
"main": "lib/index.js",
"scripts": {
"test": "mocha --harmony_arrow_functions"
2015-07-22 15:51:14 -07:00
},
"author": "",
2015-08-05 16:10:21 -07:00
"license": "MIT",
2015-07-22 15:51:14 -07:00
"dependencies": {
2015-09-21 10:16:38 -07:00
"@panosoft/ramda-utils": "^0.1.12",
2015-07-22 15:51:14 -07:00
"cheerio": "^0.19.0",
"co": "^4.6.0",
"datauri": "^0.7.1",
2015-07-29 15:54:05 -07:00
"is-local-path": "^0.1.0",
2015-07-23 08:28:22 -07:00
"less": "^2.5.1",
2015-07-22 15:51:14 -07:00
"mz": "^2.0.0",
"postcss": "^5.0.0",
2015-09-11 09:10:04 -07:00
"postcss-url": "^5.0.0",
2015-09-21 10:16:38 -07:00
"ramda": "^0.17.1",
2015-07-22 15:51:14 -07:00
"string": "^3.3.0"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"mocha": "^2.2.5"
2015-07-22 15:51:14 -07:00
}
}