tailor.js
Version:
tailor.js help you process images, includine resize, crop.. using graphicsMagick, and upload to s3
45 lines (44 loc) • 880 B
JSON
{
"name": "tailor.js",
"version": "0.0.1",
"author": "wwwy3y3 <wwwy3y3@gmail.com>",
"description": "tailor.js help you process images, includine resize, crop.. using graphicsMagick, and upload to s3 ",
"contributors": [
"william chang <wwwy3y3@gmail.com>"
],
"keywords": [
"image",
"process",
"s3",
"graphicsMagick",
"gm",
"graphics"
],
"dependencies": {
"knox": "~0.8.6",
"gm": "~1.11.0",
"node-uuid": "~1.4.0",
"async": "~0.2.9"
},
"devDependencies": {
"should": "1.2.x"
},
"license": "MIT",
"engines": {
"node": ">=0.8"
},
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:wwwy3y3/tailor.js.git"
},
"bugs": {
"url": "https://github.com/wwwy3y3/tailor.js/issues"
}
}