taro-s4s
Version:
Nerv-multi多端开发解决方案
38 lines (37 loc) • 819 B
JSON
{
"name": "postcss-pxtransform",
"version": "1.0.0-beta.10",
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"pxtransform"
],
"author": "Pines-Cheng <spider.cs.nuc@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"bugs": {
"url": "https://github.com/NervJS/taro/issues"
},
"homepage": "https://github.com/NervJS/taro#readme",
"dependencies": {
"postcss": "^6.0.16",
"postcss-pxtorem": "^4.0.1"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-postcss": "^2.0.2",
"jest": "^22.4.2"
},
"scripts": {
"test": "jest"
},
"jest": {
"testEnvironment": "node"
},
"main": "index.js"
}