chushihua
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "px2rem-loader",
|
||||
"version": "0.1.9",
|
||||
"description": "css post loader for px2rem",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha test.js --slow 2000"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Jinjiang/px2rem-loader.git"
|
||||
},
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"loader"
|
||||
],
|
||||
"author": "Jinjiang",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Jinjiang/px2rem-loader/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Jinjiang/px2rem-loader",
|
||||
"dependencies": {
|
||||
"loader-utils": "^1.1.0",
|
||||
"px2rem": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "~3.0.0",
|
||||
"mocha": "~2.2.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user