rect
Version:
A library for rectangles.
26 lines (25 loc) • 565 B
JSON
{
"name": "rect",
"version": "1.2.1",
"description": "A library for rectangles.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acareaga/rect.git"
},
"keywords": [
"Rectangle"
],
"author": "Aaron Careaga <aaroncareaga@gmail.com> (http://www.aaroncareaga.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/acareaga/rect/issues"
},
"homepage": "https://github.com/acareaga/rect#readme",
"devDependencies": {
"mocha": "2.4.5"
}
}