inliner/package.json
2011-05-30 01:31:16 +01:00

24 lines
578 B
JSON

{
"name": "inliner",
"version": "0.1.1",
"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": "latest",
"uglify-js": "1.0.1"
},
"repository": {
"type": "git",
"url": "git://github.com/remy/inliner.git"
},
"bin": {
"inliner": "bin/inliner"
}
}