{
  "name": "parse-absolute-css-unit",
  "version": "1.0.2",
  "description": "parse absolute css unit : cm mm in px pt pc",
  "main": "src/index.js",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.2.0"
  },
  "scripts": {
    "test": "mocha ./test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MrCheater/parse-absolute-css-unit.git"
  },
  "keywords": [
    "parse",
    "css",
    "unit",
    "cm",
    "mm",
    "in",
    "px",
    "pt",
    "pc"
  ],
  "author": "Mr.Cheater (Zhukov Anton)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MrCheater/parse-absolute-css-unit/issues"
  },
  "homepage": "https://github.com/MrCheater/parse-absolute-css-unit#readme"
}
