Files
inline-html/package.json
Alexandre Gigliotti f4085786f6 Refactored.
2015-07-23 08:28:22 -07:00

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"
}
}