-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "pxtorem-webpack-plugin",
"version": "0.2.2",
"description": "Generate rem for stylesheet and inject auto calculate scripts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-example": "cd example && npm run build",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yugasun/pxtorem-webpack-plugin.git"
},
"keywords": [
"px2rem",
"webpack",
"plugin",
"pxtorem-webpack-plugin"
],
"author": "yugasun",
"license": "MIT",
"bugs": {
"url": "https://github.com/yugasun/pxtorem-webpack-plugin/issues"
},
"homepage": "https://github.com/yugasun/pxtorem-webpack-plugin#readme",
"engines": {
"node": ">=6.11.5"
},
"dependencies": {
"lodash": "^4.17.5",
"px2rem": "^0.5.0",
"px2rem-loader": "^0.1.8"
},
"devDependencies": {
"standard-version": "^4.3.0"
},
"peerDependencies": {
"webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
}
}