UNPKG

wecui

Version:

一款基于Vue2.x版本的移动端web组件

47 lines (46 loc) 1.05 kB
{ "name": "postcss-short-data", "version": "1.1.0", "description": "Write shorthand data attribute selectors in CSS", "keywords": [ "postcss", "css", "postcss-plugin", "shorthands", "selectors", "attributes", "attrs", "datas", "datasets", "elements", "extensions", "expands" ], "author": "Jonathan Neal <jonathantneal@hotmail.com>", "license": "CC0-1.0", "repository": { "type": "git", "url": "https://github.com/jonathantneal/postcss-short-data.git" }, "homepage": "https://github.com/jonathantneal/postcss-short-data", "bugs": { "url": "https://github.com/jonathantneal/postcss-short-data/issues" }, "dependencies": { "postcss": "^5.0.12" }, "devDependencies": { "eslint": "^1.9.0", "tap-spec": "^4.1.0", "tape": "^4.2.2" }, "scripts": { "lint": "eslint . --ignore-path .gitignore", "tape": "tape test/*.js | tap-spec", "test": "npm run lint && npm run tape" }, "engines": { "iojs": ">=2.0.0", "node": ">=0.12.0" } }