2015-07-22 15:51:14 -07:00
|
|
|
{
|
|
|
|
|
"name": "inline-html",
|
2015-12-17 14:49:32 -08:00
|
|
|
"version": "0.2.4",
|
2015-08-06 08:37:37 -07:00
|
|
|
"description": "Inline local assets referenced in an HTML document.",
|
2015-07-23 13:07:42 -07:00
|
|
|
"repository": "panosoft/inline-html",
|
2015-12-04 15:06:06 -08:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=4.0.0"
|
2015-12-01 09:58:28 -08:00
|
|
|
},
|
2015-07-22 15:51:14 -07:00
|
|
|
"main": "lib/index.js",
|
|
|
|
|
"scripts": {
|
2015-11-20 16:06:43 -08:00
|
|
|
"test": "mocha",
|
|
|
|
|
"test:debug": "mocha --debug-brk"
|
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-11-20 16:06:43 -08:00
|
|
|
"@panosoft/ramda-utils": "^0.2.0",
|
2015-07-22 15:51:14 -07:00
|
|
|
"cheerio": "^0.19.0",
|
|
|
|
|
"co": "^4.6.0",
|
2015-10-13 11:13:04 -07:00
|
|
|
"datauri": "^0.8.0",
|
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",
|
2015-11-20 16:06:43 -08:00
|
|
|
"postcss": "^5.0.12",
|
2015-12-04 15:06:06 -08:00
|
|
|
"postcss-import": "^7.1.3",
|
2015-09-11 09:10:04 -07:00
|
|
|
"postcss-url": "^5.0.0",
|
2015-11-20 16:06:43 -08:00
|
|
|
"ramda": "^0.18.0",
|
2015-07-22 15:51:14 -07:00
|
|
|
"string": "^3.3.0"
|
2015-08-26 10:31:29 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"chai": "^3.2.0",
|
|
|
|
|
"chai-as-promised": "^5.1.0",
|
|
|
|
|
"mocha": "^2.2.5"
|
2015-07-22 15:51:14 -07:00
|
|
|
}
|
|
|
|
|
}
|