orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
40 lines (39 loc) • 818 B
JSON
{
"name": "eslint-loader",
"version": "1.6.0",
"description": "eslint loader (for webpack)",
"keywords": [
"lint",
"linter",
"eslint",
"loader",
"webpack"
],
"repository": "https://github.com/MoOx/eslint-loader.git",
"author": "Maxime Thirouin",
"license": "MIT",
"files": [
"index.js"
],
"peerDependencies": {
"eslint": ">=1.6.0 <4.0.0"
},
"dependencies": {
"find-cache-dir": "^0.1.1",
"loader-utils": "^0.2.7",
"object-assign": "^4.0.1"
},
"devDependencies": {
"eslint": "^3.0.0",
"eslint-friendly-formatter": "^2.0.4",
"npmpub": "^3.0.1",
"tape": "^4.0.0",
"webpack": "^1.8.4"
},
"scripts": {
"lint": "eslint .",
"tape": "tape test/*.js",
"test": "npm run lint && npm run tape",
"release": "npmpub"
}
}