inliner/package.json
2011-06-22 18:39:17 +01:00

24 lines
577 B
JSON

{
"name": "inliner",
"version": "0.1.8",
"description": "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites",
"homepage": "http://github.com/remy/inliner",
"main": "inliner",
"keywords": ["mobile", "inline", "production", "build", "minify"],
"author": {
"name": "Remy Sharp",
"web": "http://github.com/remy"
},
"dependencies": {
"jsdom": "0.2.0",
"uglify-js": "1.0.2"
},
"repository": {
"type": "git",
"url": "git://github.com/remy/inliner.git"
},
"bin": {
"inliner": "bin/inliner"
}
}