orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
65 lines (64 loc) • 1.7 kB
JSON
{
"name": "postcss-load-plugins",
"version": "2.0.0",
"description": "Autoload Plugins for PostCSS",
"engines": { "node": ">=0.12", "npm": ">=3" },
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "nyc ava test/err/index.js test/rc/index.js test/pkg/index.js test/js/index.js",
"logs": "standard-changelog > CHANGELOG.md",
"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.0",
"object-assign": "^4.1.0"
},
"devDependencies": {
"ava": "^0.16.0",
"coveralls": "^2.11.14",
"cssnano": "^3.7.7",
"jsdoc-to-markdown": "^2.0.0",
"nyc": "^8.3.1",
"postcss": "^5.2.4",
"postcss-import": "^8.1.2",
"postcss-nested": "^1.0.0",
"postcss-sprites": "^4.0.0",
"standard": "^8.4.0",
"standard-changelog": "0.0.1",
"sugarss": "^0.2.0"
},
"ava": {
"verbose": "true"
},
"nyc": {
"all": true,
"include": ["index.js", "lib"],
"extension": [".js"]
},
"keywords": [
"postcss",
"postcss-plugin"
],
"author": {
"name": "Michael Ciniawky",
"email": "michael.ciniawsky@gmail.com"
},
"contributors": [
{
"name": "Mateusz Derks",
"url": "http://ertrzyiks.me"
}
],
"repository": {
"type": "git",
"url": "git+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"
}