node-lwip
Version:
Comprehensive, fast, and simple image processing and manipulation
81 lines (80 loc) • 1.99 kB
JSON
{
"name": "node-lwip",
"version": "0.2.1",
"main": "index.js",
"dependencies": {
"async": "^2.0.0-rc.5",
"bindings": "^1.2.1",
"decree": "0.0.6",
"nan": "^2.3.2",
"qiniu": "^6.1.8",
"rc": "^1.1.2",
"semver": "^5.0.3"
},
"binary": {
"module_name": "node-lwip",
"module_path": "./build/{configuration}/",
"remote_path": "./{node_abi}-v{version}-{platform}-{arch}/",
"package_name": "{module_name}.node",
"host": "7xov2q.dl1.z0.glb.clouddn.com"
},
"scripts": {
"install": "node prebuild",
"test": "./node_modules/.bin/mocha --opts tests/mocha.opts tests",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- --opts tests/mocha.opts tests",
"travis": "./node_modules/.bin/istanbul cover --report lcovonly ./node_modules/.bin/_mocha -- --opts tests/mocha.opts --bail tests && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"gypfile": true,
"description": "Comprehensive, fast, and simple image processing and manipulation",
"directories": {
"example": "examples"
},
"devDependencies": {
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"mkdirp": "^0.5.1",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.2.0",
"should": "^8.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/EyalAr/lwip.git"
},
"keywords": [
"image",
"buffer",
"manipulate",
"process",
"resize",
"scale",
"rotate",
"jpeg",
"jpg",
"png",
"gif",
"crop",
"blur",
"sharpen",
"batch",
"flip",
"mirror",
"border",
"padding",
"hue",
"saturation",
"lightness",
"alpha",
"transparency",
"fade",
"opacity",
"contain",
"cover"
],
"author": "Eyal Arubas <eyalarubas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EyalAr/lwip/issues"
},
"homepage": "https://github.com/EyalAr/lwip"
}