UNPKG

869 BJSONView Raw
1{
2 "name": "postcss-pxtransform",
3 "version": "2.2.12",
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 "devDependencies": {
26 "eslint": "^4.18.2",
27 "eslint-config-postcss": "^2.0.2",
28 "jest": "^22.4.2"
29 },
30 "scripts": {
31 "test": "jest"
32 },
33 "jest": {
34 "testEnvironment": "node"
35 },
36 "main": "index.js",
37 "gitHead": "357dfce5e79d9abc0789fe708467cb147b511f07"
38}