mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2026-01-05 08:45:51 +00:00
Initial commit.
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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",
|
||||
"inline-css-url": "file:../inline-css-url",
|
||||
"inline-less": "file:../inline-less",
|
||||
"local-path": "file:../local-path",
|
||||
"mz": "^2.0.0",
|
||||
"string": "^3.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user