123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "postcss-load-config",
- "version": "2.0.0",
- "description": "Autoload Config for PostCSS",
- "main": "src/index.js",
- "files": [
- "src"
- ],
- "engines": {
- "node": ">= 4"
- },
- "scripts": {
- "lint": "standard --env jest",
- "test": "jest --verbose --coverage",
- "docs": "jsdoc2md src/*.js > DOCS.md",
- "clean": "del-cli coverage",
- "release": "standard-version"
- },
- "dependencies": {
- "cosmiconfig": "^4.0.0",
- "import-cwd": "^2.0.0"
- },
- "devDependencies": {
- "cssnano": "^4.0.0",
- "del-cli": "^1.0.0",
- "jest": "^22.0.0",
- "jsdoc-to-markdown": "^4.0.0",
- "postcss": "^6.0.0",
- "postcss-import": "^11.0.0",
- "postcss-nested": "^3.0.0",
- "standard": "^11.0.0",
- "standard-version": "4.0.0",
- "sugarss": "^1.0.0"
- },
- "keywords": [
- "postcss",
- "postcssrc",
- "postcss.config.js"
- ],
- "author": "Michael Ciniawky <michael.ciniawsky@gmail.com>",
- "contributors": [
- "Ryan Dunckel",
- "Mateusz Derks",
- "Dalton Santos",
- "Patrick Gilday"
- ],
- "repository": "https://github.com/michael-ciniawsky/postcss-load-config.git",
- "bugs": "https://github.com/michael-ciniawsky/postcss-load-config/issues",
- "homepage": "https://github.com/michael-ciniawsky/postcss-load-config#readme",
- "license": "MIT"
- }
|