region2d
Version:
A JavaScript implementation of the Region abstract data type, which GUIs use to perform constructive solid geometry with 2-D rectangles.
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "region2d",
"version": "1.0.0",
"description": "A JavaScript implementation of the Region abstract data type, which GUIs use to perform constructive solid geometry with 2-D rectangles.",
"author": "Sean Werkema",
"main": "lib/region2d.js",
"files": [
"lib/",
"plain/"
],
"repository": {
"type": "git",
"url": "https://github.com/seanofw/region2d"
},
"bugs": {
"url": "https://github.com/seanofw/region2d/issues"
},
"keywords": [
"region",
"region2d",
"regionjs",
"rectangle",
"graphics",
"union",
"intersect",
"csg"
],
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"istanbul": "^0.4.5",
"mocha": "^3.4.1",
"react": "15.5.4",
"react-dom": "15.5.4",
"prop-types": "^15.5.10",
"webpack": "^2.6.1"
},
"license": "Apache-2.0"
}