orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
47 lines (46 loc) • 1.13 kB
JSON
{
"version": "1.1.1",
"name": "pkg-config",
"description": "parse the closest `package.json` and get package specific configurations",
"author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
"homepage": "https://github.com/ahmadnassri/pkg-config",
"repository": "ahmadnassri/pkg-config",
"license": "MIT",
"keywords": [
"pkg-config"
],
"engines": {
"node": ">=0.10"
},
"files": [
"index.js"
],
"bugs": {
"url": "https://github.com/ahmadnassri/pkg-config/issues"
},
"scripts": {
"pretest": "standard && echint",
"test": "mocha",
"posttest": "npm run coverage",
"coverage": "istanbul cover --dir coverage _mocha -- -R dot",
"codeclimate": "codeclimate < coverage/lcov.info"
},
"echint": {
"ignore": [
"coverage/**"
]
},
"devDependencies": {
"codeclimate-test-reporter": "0.3.1",
"echint": "^1.5.3",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"should": "^8.2.2",
"standard": "^6.0.8"
},
"dependencies": {
"debug-log": "^1.0.0",
"find-root": "^1.0.0",
"xtend": "^4.0.1"
}
}