wecui
Version:
一款基于Vue2.x版本的移动端web组件
32 lines (31 loc) • 714 B
JSON
{
"name": "postcss-initial",
"version": "1.5.3",
"description": "PostCSS plugin to fallback initial keyword.",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"reset"
],
"author": "Maksim Koretskiy <mr.green.tv@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maximkoretskiy/postcss-initial.git"
},
"dependencies": {
"lodash.template": "^4.2.4",
"postcss": "^5.0.19"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "^2.7.0",
"mocha": "^2.4.5"
},
"scripts": {
"lint": "eslint *.js ./lib/ ./test/",
"test": "npm run lint && mocha",
"tdd": "mocha -w --watch-extensions js,json,css"
}
}