UNPKG

755 BJSONView Raw
1{
2 "name": "postcss-pxtransform",
3 "version": "3.0.18",
4 "description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
5 "keywords": [
6 "postcss",
7 "css",
8 "postcss-plugin",
9 "pxtransform"
10 ],
11 "author": "Pines-Cheng <spider.cs.nuc@gmail.com>",
12 "license": "MIT",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/NervJS/taro.git"
16 },
17 "bugs": {
18 "url": "https://github.com/NervJS/taro/issues"
19 },
20 "homepage": "https://github.com/NervJS/taro#readme",
21 "dependencies": {
22 "postcss": "^6.0.16",
23 "postcss-pxtorem": "^4.0.1"
24 },
25 "scripts": {
26 "test": "jest"
27 },
28 "jest": {
29 "testEnvironment": "node"
30 },
31 "main": "index.js",
32 "gitHead": "4dd5aa12c3bf4052b392222524ce37710cfbc88d"
33}