flatten-boolean-op
Version:
Boolean operations on polygons
54 lines (53 loc) • 1.46 kB
JSON
{
"name": "flatten-boolean-op",
"version": "1.0.14",
"description": "Boolean operations on polygons",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"generate-docs": "jsdoc -c ./.jsdoc.json --verbose",
"npm-publish": "npm version patch; git push && git push --tags; npm publish",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec test/*",
"build": "webpack --progress --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexbol99/flatten-boolean-op.git"
},
"keywords": [
"geometry",
"polygon",
"contour",
"boolean operations",
"union",
"intersection",
"clipping",
"subtraction",
"self-intersection",
"arrangement"
],
"author": "Alex Bol <alexbol99@gmail.com> (https://github.com/alexbol99)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexbol99/flatten-boolean-op/issues"
},
"homepage": "https://github.com/alexbol99/flatten-boolean-op#readme",
"engines": {
"node": ">=4.2.4"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.5",
"jsdom": "9.12.0",
"jsdom-global": "2.1.1",
"minami": "^1.2.3",
"mocha": "^5.2.0",
"webpack": "^4.29.4",
"webpack-cli": "^3.2.3"
},
"dependencies": {
"flatten-js": "^0.6.8"
}
}