orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
75 lines (74 loc) • 1.89 kB
JSON
{
"name": "postcss-load-config",
"version": "1.0.0",
"description": "Autoload Config for PostCSS",
"engines": { "node": ">=0.12", "npm": ">=3" },
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "nyc ava test/err/index.js test/pkg/index.js test/rc/index.js test/js/index.js",
"logs": "standard-changelog > CHANGELOG.md",
"docs": "jsdoc2md index.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",
"postcss-load-options": "^1.0.2",
"postcss-load-plugins": "^2.0.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",
"postcss-scss": "^0.3.1",
"standard": "^8.4.0",
"sugarss": "^0.2.0"
},
"ava": {
"verbose": "true"
},
"nyc": {
"all": true,
"include": ["index.js"],
"extension": [".js"]
},
"keywords": [
"postcss",
"postcss-config"
],
"author": {
"name": "Michael Ciniawky",
"email": "michael.ciniawsky@gmail.com"
},
"contributors": [
{
"name": "Mateusz Derks",
"url": "http://ertrzyiks.me"
},
{
"name": "Ryan Dunckel",
"email": "sparty02@gmail.com"
},
{
"name": "Patrick Gilday",
"email": ""
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/michael-ciniawsky/postcss-load-config.git"
},
"bugs": {
"url": "https://github.com/michael-ciniawsky/postcss-load-config/issues"
},
"homepage": "https://github.com/michael-ciniawsky/postcss-load-config#readme",
"license": "MIT"
}