{
  "name": "footinch",
  "version": "1.0.2",
  "description": "A minimalistic parser for imperial lengths - feet and inch. Does metric too.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha",
    "lint": "./node_modules/.bin/eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dobriai/footinch.git"
  },
  "keywords": [
    "imperial",
    "length",
    "foot",
    "feet",
    "inch",
    "SI",
    "units"
  ],
  "author": "Ivan Dobrianov",
  "license": "(ISC OR MIT OR GPL-3.0)",
  "bugs": {
    "url": "https://github.com/dobriai/footinch/issues"
  },
  "homepage": "https://github.com/dobriai/footinch#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": ">=4.18.2",
    "mocha": "^3.3.0"
  }
}
