gulp-retinize
Version:
Automated retina down-scaling from @2x and @4x
54 lines (53 loc) • 1.18 kB
JSON
{
"name": "gulp-retinize",
"version": "0.1.0",
"description": "Automated retina down-scaling from @2x and @4x",
"main": "retinize.js",
"repository": {
"type": "git",
"url": "https://github.com/iveson/gulp-retinize"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec"
},
"keywords": [
"retina",
"retinize",
"resize",
"scale",
"image",
"gulpplugin"
],
"author": "Matti Dupre <matti@threebeluga.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iveson/gulp-retinize/issues"
},
"homepage": "https://github.com/iveson/gulp-retinize",
"dependencies": {
"extend": "^1.2.1",
"gm": "~1.14.2",
"image-size": "^0.2.5",
"path": "^0.4.9",
"through2": "^0.4.2",
"vinyl-source-stream": "^0.1.1"
},
"devDependencies": {
"bluebird": "^1.2.4",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"checksum": "^0.1.1",
"co-mocha": "0.0.4",
"extend": "^1.2.1",
"gulp": "^3.6.2",
"mocha": "*",
"rimraf": "^2.2.6",
"through2": "^0.4.2",
"thunkify": "^2.1.1",
"vinyl": "^0.2.3",
"vinyl-fs": "^0.2.1"
}
}