{
  "name": "to-percentage",
  "version": "1.0.0",
  "description": "Convert floats to string percentages.",
  "author": {
    "name": "John Otander",
    "email": "johnotander@gmail.com",
    "url": "johnotander.com"
  },
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "ava"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/johnotander/to-percentage.git"
  },
  "keywords": [
    "percentage",
    "conversions",
    "percentages",
    "pct",
    "percent"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/johnotander/to-percentage/issues"
  },
  "homepage": "https://github.com/johnotander/to-percentage",
  "devDependencies": {
    "ava": "^0.2.0"
  }
}
