segment2
Version:
2d line segment
36 lines (35 loc) • 791 B
JSON
{
"name": "segment2",
"version": "0.3.2",
"description": "2d line segment",
"keywords": [
"2d",
"line segment",
"line",
"segment",
"geometry"
],
"main": "segment2.js",
"repository": {
"type": "git",
"url": "git://github.com/tmpvar/segment2.git"
},
"author": "Elijah Insua <tmpvar@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tmpvar/segment2/issues"
},
"devDependencies": {
"mocha": "1.x",
"istanbul": "*"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha test/test.js -R spec",
"cover": "istanbul cover _mocha -- test/test.js -R spec",
"minify": "browserify -e segment2.js | uglifyjs > segment2.js.min.js"
},
"dependencies": {
"vec2": "~1.4.0",
"segseg": "^0.2.1"
}
}