{
  "name": "nectar-leg",
  "version": "2.0.0",
  "description": "A fun JavaScript library for working with rectangles.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stevekinney/nectar-leg.git"
  },
  "keywords": [
    "geometry",
    "quadrilaterals",
    "fun"
  ],
  "author": "Steve Kinney",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stevekinney/nectar-leg/issues"
  },
  "homepage": "https://github.com/stevekinney/nectar-leg#readme",
  "devDependencies": {
    "mocha": "^2.4.5"
  }
}
