circle2
Version:
2d circle implementation
38 lines (37 loc) • 786 B
JSON
{
"name": "circle2",
"version": "1.1.1",
"description": "2d circle implementation",
"keywords": [
"2d",
"circle",
"vec2"
],
"main": "circle2.js",
"repository": {
"type": "git",
"url": "git://github.com/tmpvar/circle2.git"
},
"author": "Elijah Insua <tmpvar@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tmpvar/circle2/issues"
},
"devDependencies": {
"faucet": "0.0.1",
"tape": "^3.0.0"
},
"scripts": {
"test": "tape test/test.js | faucet",
"minify": "cat circle2.js | uglifyjs > circle2.min.js"
},
"peerDependencies": {
"vec2": "1.x"
},
"dependencies": {
"circumcenter": "^1.0.0",
"robust-estimate-float": "^1.0.0",
"subdivide-arc": "^1.0.1",
"vec2": "^1.6.0"
}
}