{
  "name": "stylus-px2rem",
  "version": "1.0.15",
  "description": "Stylus convert px to rem in css files with optional fallback to px.",
  "main": "lib/px2rem.js",
  "funding": "https://jaywcjlove.github.io/#/sponsor",
  "homepage": "https://jaywcjlove.github.io/stylus-px2rem",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/stylus-px2rem"
  },
  "keywords": [
    "px2rem",
    "rem",
    "px"
  ],
  "author": "kenny wang <398188662@qq.com>",
  "license": "MIT",
  "dependencies": {
    "stylus": "^0.54.2"
  },
  "devDependencies": {
    "mocha": "^3.3.0",
    "should": "^11.2.1"
  }
}
