wecui
Version:
一款基于Vue2.x版本的移动端web组件
57 lines (56 loc) • 1.32 kB
JSON
{
"name": "postcss-partial-import",
"version": "4.1.0",
"description": "Inline sugary @import statements in CSS",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
"repository": "jonathantneal/postcss-partial-import",
"homepage": "https://github.com/jonathantneal/postcss-partial-import#readme",
"bugs": "https://github.com/jonathantneal/postcss-partial-import/issues",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"clean": "git clean -X -d -f",
"prepublish": "npm test",
"test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
"test:js": "eslint *.js --cache --ignore-pattern .gitignore",
"test:tape": "postcss-tape"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"glob": "^7.1.1",
"postcss-import": "^10.0.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-dev": "2.0.0",
"normalize-css": "^2.3.1",
"postcss": "^6.0.1",
"postcss-tape": "2.0.1",
"pre-commit": "^1.2.2"
},
"eslintConfig": {
"extends": "dev"
},
"keywords": [
"postcss",
"css",
"postcss-plugin",
"sugar",
"sass",
"scss",
"imports",
"styles",
"files",
"partials",
"modules",
"bower",
"node",
"npm"
]
}