image-to-slices
Version:
Node.js module for converting image into slices with the given reference lines. Backed by Slices and image-clipper.
52 lines • 1.39 kB
JSON
{
"name": "image-to-slices",
"version": "0.1.3",
"description": "Node.js module for converting image into slices with the given reference lines. Backed by Slices and image-clipper.",
"main": "lib/index.js",
"bin": {
"image-to-slices": "./bin/image-to-slices"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/superRaytin/image-to-slices/issues"
},
"homepage": "https://github.com/superRaytin/image-to-slices",
"repository": "https://github.com/superRaytin/image-to-slices",
"keywords": [
"slices",
"cut",
"image slices"
],
"author": "Leon Shi",
"scripts": {
"lint": "eslint --ext .js lib",
"test": "./node_modules/.bin/mocha ./test/*.js",
"start": "./node_modules/http-server/bin/http-server ./ -p 9100"
},
"pre-commit": [
"lint"
],
"dependencies": {
"image-clipper": "~0.4.2",
"slices": "~0.1.2",
"commander": "~2.9.0"
},
"devDependencies": {
"should": "~6.0.1",
"mocha": "~2.2.4",
"eslint": "~1.6.0",
"pre-commit": "1.x",
"http-server": "~0.8.5",
"canvas": "~1.3.5",
"gh-pages": "~0.8.0",
"shelljs": "~0.5.3",
"gulp": "~3.9.0",
"gulp-rename": "~1.2.2",
"gulp-marked": "~1.0.0",
"gulp-ignore": "~2.0.1",
"gulp-banner": "~0.1.3",
"gulp-github-style-page": "~0.1.1",
"gulp-uglify": "~1.5.1",
"gulp-browserify": "~0.5.1"
}
}