mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2026-01-08 10:15:50 +00:00
Refactor. Update dependencies. Update tests. Make img plugin async.
This commit is contained in:
@@ -5,21 +5,22 @@
|
||||
"repository": "panosoft/inline-html",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"test": "mocha --harmony_arrow_functions"
|
||||
"test": "mocha",
|
||||
"test:debug": "mocha --debug-brk"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@panosoft/ramda-utils": "^0.1.12",
|
||||
"@panosoft/ramda-utils": "^0.2.0",
|
||||
"cheerio": "^0.19.0",
|
||||
"co": "^4.6.0",
|
||||
"datauri": "^0.8.0",
|
||||
"is-local-path": "^0.1.0",
|
||||
"less": "^2.5.1",
|
||||
"mz": "^2.0.0",
|
||||
"postcss": "^5.0.0",
|
||||
"postcss": "^5.0.12",
|
||||
"postcss-url": "^5.0.0",
|
||||
"ramda": "^0.17.1",
|
||||
"ramda": "^0.18.0",
|
||||
"string": "^3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user