mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2025-12-07 19:59:08 +00:00
24 lines
486 B
JSON
24 lines
486 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",
|
|
"is-local-path": "0.0.1",
|
|
"less": "^2.5.1",
|
|
"lodash": "^3.10.0",
|
|
"mz": "^2.0.0",
|
|
"rework": "^1.0.1",
|
|
"rework-plugin-url": "^1.0.1",
|
|
"string": "^3.3.0"
|
|
}
|
|
}
|