package.json
{
"name": "rectimage",
"version": "0.2.0",
"description": "Crop image to rectangle",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "mocha",
"test-travis": "node node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
},
"repository": {
"type": "git",
"url": "https://github.com/chentsulin/rectimage.git"
},
"author": {
"name": "C. T. Lin",
"email": "chentsulin@gmail.com",
"url": "https://github.com/chentsulin"
},
"engines": {
"node": ">= 0.10.0",
"iojs": ">= 1.0.0"
},
"files": [
"index.js"
],
"keywords": [
"image",
"crop",
"rectangle",
"canvas"
],
"bugs": {
"url": "https://github.com/chentsulin/rectimage/issues"
},
"homepage": "https://github.com/chentsulin/rectimage",
"devDependencies": {
"chai": "^2.2.0",
"istanbul": "^0.3.13",
"mocha": "*"
}
}