orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
42 lines (41 loc) • 1.13 kB
JSON
{
"name": "mime-types",
"description": "The ultimate javascript content-type utility.",
"version": "2.1.12",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)",
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
],
"license": "MIT",
"keywords": [
"mime",
"types"
],
"repository": "jshttp/mime-types",
"dependencies": {
"mime-db": "~1.24.0"
},
"devDependencies": {
"eslint": "3.5.0",
"eslint-config-standard": "6.0.1",
"eslint-plugin-promise": "2.0.1",
"eslint-plugin-standard": "2.0.0",
"istanbul": "0.4.5",
"mocha": "1.21.5"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"engines": {
"node": ">= 0.6"
},
"scripts": {
"lint": "eslint **/*.js",
"test": "mocha --reporter spec test/test.js",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
}
}