| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "name": "postcss-load-plugins",
- "version": "2.3.0",
- "description": "Autoload Plugins for PostCSS",
- "engines": { "node": ">=0.12" },
- "main": "index.js",
- "scripts": {
- "lint": "standard",
- "test": "nyc ava -v test/err/index.js test/rc/index.js test/pkg/index.js test/js/**/index.js",
- "logs": "standard-changelog -i CHANGELOG.md -w",
- "docs": "jsdoc2md index.js lib/plugins.js > INDEX.md",
- "clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
- "start": "sudo npm run clean && npm run lint && sudo npm test"
- },
- "dependencies": {
- "cosmiconfig": "^2.1.1",
- "object-assign": "^4.1.0"
- },
- "devDependencies": {
- "ava": "^0.18.1",
- "coveralls": "^2.11.16",
- "cssnano": "^3.10.0",
- "jsdoc-to-markdown": "^3.0.0",
- "nyc": "^10.1.0",
- "postcss": "^5.2.12",
- "postcss-cssnext": "^2.8.0",
- "postcss-import": "^9.1.0",
- "postcss-nested": "^1.0.0",
- "postcss-sprites": "^4.2.0",
- "standard": "^8.6.0",
- "standard-changelog": "0.0.1",
- "sugarss": "^0.2.0"
- },
- "files": [
- "lib",
- "index.js"
- ],
- "keywords": [
- "postcss",
- "postcss-plugin"
- ],
- "author": {
- "name": "Michael Ciniawky",
- "email": "michael.ciniawsky@gmail.com"
- },
- "contributors": [
- {
- "name": "Mateusz Derks",
- "url": "http://ertrzyiks.me"
- },
- {
- "name": "Diogo Franco",
- "email": "diogomfranco@gmail.com"
- }
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/michael-ciniawsky/postcss-load-plugins.git"
- },
- "bugs": {
- "url": "https://github.com/michael-ciniawsky/postcss-load-plugins/issues"
- },
- "homepage": "https://github.com/michael-ciniawsky/postcss-load-plugins#readme",
- "license": "MIT"
- }
|