inliner/package.json
Remy Sharp 2343fb5fdd 0.1.15
2015-07-24 21:29:19 +01:00

31 lines
628 B
JSON

{
"name": "inliner",
"version": "0.1.15",
"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.6.5",
"uglify-js": "1.2.2",
"commander": "0.5.1"
},
"repository": {
"type": "git",
"url": "git://github.com/remy/inliner.git"
},
"bin": {
"inliner": "bin/inliner"
}
}