inliner/package.json

25 lines
604 B
JSON
Raw Normal View History

2011-03-14 15:41:25 +03:00
{
"name": "inliner",
"version": "0.1.14",
2011-03-14 15:41:25 +03:00
"description": "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites",
"homepage": "http://github.com/remy/inliner",
"main": "inliner",
2011-03-14 15:41:25 +03:00
"keywords": ["mobile", "inline", "production", "build", "minify"],
"author": {
"name": "Remy Sharp",
"web": "http://github.com/remy"
},
"dependencies": {
"jsdom": "0.6.5",
"uglify-js": "1.2.2",
"commander": "0.5.1"
2011-03-14 15:41:25 +03:00
},
"repository": {
"type": "git",
"url": "git://github.com/remy/inliner.git"
},
"bin": {
"inliner": "bin/inliner"
2011-03-14 15:41:25 +03:00
}
2011-05-16 15:02:36 +04:00
}