slices
Version:
Node.js module for slicing given area into blocks with the given reference lines
35 lines • 803 B
JSON
{
"name": "slices",
"version": "0.1.4",
"description": "Node.js module for slicing given area into blocks with the given reference lines",
"main": "lib/index.js",
"license": "MIT",
"bugs": {
"url": "https://github.com/superRaytin/slices/issues"
},
"homepage": "https://github.com/superRaytin/slices",
"repository": "https://github.com/superRaytin/slices",
"keywords": [
"slice",
"slices",
"knife",
"image slices",
"blocks",
"block"
],
"author": "Leon Shi",
"scripts": {
"lint": "eslint --ext .js lib",
"test": "./node_modules/.bin/mocha ./test/*.js"
},
"pre-commit": [
"lint"
],
"devDependencies": {
"should": "~6.0.1",
"mocha": "~2.2.4",
"eslint": "~1.6.0",
"pre-commit": "1.x",
"http-server": "~0.8.5"
}
}