wecui
Version:
一款基于Vue2.x版本的移动端web组件
43 lines (42 loc) • 860 B
JSON
{
"name": "postcss-url",
"version": "6.3.1",
"description": "PostCSS plugin to rebase or inline on url().",
"keywords": [
"css",
"postcss",
"postcss-plugin",
"url",
"rebase",
"inline",
"base64",
"assets"
],
"author": "Maxime Thirouin",
"license": "MIT",
"repository": "https://github.com/postcss/postcss-url.git",
"main": "src/index.js",
"files": [
"src"
],
"dependencies": {
"mime": "^1.2.11",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.0",
"postcss": "^5.0.0",
"xxhashjs": "^0.2.1"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.16.1",
"mocha": "^3.2.0",
"npmpub": "^3.0.1",
"postcss-import": "^7.0.0"
},
"scripts": {
"lint": "eslint --fix .",
"tests": "mocha",
"test": "npm run lint && npm run tests",
"release": "npmpub"
}
}