-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.13 KB
/
package.json
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
42
43
44
45
46
47
48
49
{
"name": "posthtml-px2rem",
"version": "0.0.3",
"description": "Change px to rem in HTML inline CSS based on PostHTML",
"main": "index.js",
"dependencies": {
"posthtml-attrs-parser": "^0.1.0",
"lodash": "^3.10.1"
},
"devDependencies": {
"chai": "^3.2.0",
"posthtml": "^0.3.0",
"gulp-posthtml": "^1.5.2",
"posthtml-attrs-parser": "^0.1.0",
"mocha": "^2.2.5"
},
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/weixin/posthtml-px2rem"
},
"keywords": [
"rem",
"px",
"html",
"posthtml",
"posthtml-plugin",
"plugin",
"gulpplugin",
"xml",
"css",
"file",
"convert",
"parser",
"inline"
],
"author": {
"name": "hzlzh",
"email": "hzlzh.dev@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/weixin/posthtml-px2rem",
"bugs": {
"url": "https://github.com/weixin/posthtml-px2rem/issues"
},
"readmeFilename": "README.md"
}