-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 907 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "wx-px2rpx",
"version": "1.2.2",
"description": "PostCSS mini program px to rpx",
"main": "index.js",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"小程序",
"微信",
"px",
"rpx",
"relative"
],
"author": "panwang.chengpw <chengpan168@126.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chengpan168/postcss-px2rpx"
},
"bugs": {
"url": "https://github.com/chengpan168/postcss-px2rpx/issues"
},
"homepage": "https://github.com/chengpan168/postcss-px2rpx",
"dependencies": {
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"chai": "^3.0.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"gulp": "^3.9.0",
"gulp-eslint": "^4.0.0",
"gulp-mocha": "^4.3.1",
"postcss": "^8.4.31"
},
"scripts": {
"test": "gulp"
}
}