UNPKG

dylan-rem

Version:
43 lines (42 loc) 971 B
{ "name": "dylan-rem", "version": "1.1.3", "description": "专为移动端设置rem和px 切换", "keywords": [ "rem2px", "px2rem" ], "author": "Dylan <253423846@qq.com>", "homepage": "https://github.com/51wangping/dylan-rem.git", "license": "MIT", "main": "./dist/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "types": "index.d.ts", "files": [ "dist", "index.d.ts" ], "repository": { "type": "git", "url": "https://github.com/51wangping/dylan-rem.git" }, "bugs": { "url": "https://github.com/51wangping/dylan-rem/issues" }, "scripts": { "build": "webpack", "prepublishOnly": "npm run build" }, "devDependencies": { "@babel/core": "^7.8.7", "@babel/preset-env": "^7.8.7", "babel-loader": "^8.0.6", "clean-webpack-plugin": "^3.0.0", "webpack": "^4.42.0", "webpack-cli": "^3.3.11" }, "gitHead": "2f4f08766df535ff0694188c9570a8bb57262f59" }