{
    "name": "@ichong/px-to-viewport",
    "version": "1.0.2",
    "description": "A CSS post-processor that converts px to viewport units (vw, vh, vmin, vmax)",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "px-to-viewport"
    ],
    "author": "Rambo",
    "license": "ISC",
    "repository": {
        "type": "git",
        "url": "https://gitee.com/petdoctor/px-to-viewport.git"
    },
    "dependencies": {
        "object-assign": ">=4.0.1"
    },
    "devDependencies": {
        "jest": "^25.4.0",
        "postcss": ">=5.0.2"
    },
    "peerDependencies": {
        "postcss": ">=5.0.2"
    },
    "publishConfig": {
        "access": "public"
    }
}