remove-overlaps
Version:
Given set of N circles at predefined positions attempts to remove overlap between circles
31 lines (30 loc) • 698 B
JSON
{
"name": "remove-overlaps",
"version": "2.1.0",
"description": "Given set of N circles at predefined positions attempts to remove overlap between circles",
"main": "index.js",
"scripts": {
"test": "tap test/*.js",
"start": "browserify demo/index.js > demo/bundle.js"
},
"keywords": [
"remove",
"overlaps"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/remove-overlaps"
},
"devDependencies": {
"browserify": "^12.0.1",
"miserables": "^1.0.0",
"ngraph.graph": "0.0.12",
"ngraph.svg": "0.0.15",
"tap": "^5.7.0"
},
"dependencies": {
"yaqt": "^1.1.0"
}
}