{
  "name": "lb-ratio",
  "version": "0.4.1",
  "homepage": "https://github.com/LarryBattle/Ratio.js",
  "description": "Provides a Fraction, Rational, and Ratio object for javascript.",
  "keywords": [
    "Ratio",
    "fraction",
    "rational",
    "numbers",
    "Math",
    "Mixed numbers"
  ],
  "author": {
    "name": "Larry Battle",
    "url": "https://github.com/LarryBattle"
  },
  "bugs": {
    "url": "https://github.com/LarryBattle/Ratio.js/issues?state=open"
  },
  "main": "./dist/Ratio-0.4.1.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/LarryBattle/Ratio.js.git"
  },
  "engines": {
    "node": "*"
  },
  "devDependencies": {
    "gulp": "~3.8.8",
    "gulp-yuidoc": "~0.1.2",
    "del": "~0.1.3",
    "gulp-rename": "~1.2.0",
    "gulp-template": "~1.1.0",
    "gulp-uglify": "~1.0.1",
    "gulp-wrapper": "~0.1.5",
    "gulp-jsbeautifier": "0.0.3",
    "gulp-jshint": "~1.8.5",
    "jshint-stylish": "~1.0.0"
  },
  "scripts": {
    "build": "gulp build",
    "format": "gulp format",
    "lint": "gulp lint"
  },
  "license": "MIT"
}
