eslint-config-twolfson
Version:
ESLint configuration for twolfson
49 lines • 1.21 kB
JSON
{
"name": "eslint-config-twolfson",
"description": "ESLint configuration for twolfson",
"version": "1.0.0",
"homepage": "https://github.com/twolfson/eslint-config-twolfson",
"author": {
"name": "Todd Wolfson",
"email": "todd@twolfson.com",
"url": "http://twolfson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/twolfson/eslint-config-twolfson.git"
},
"bugs": {
"url": "https://github.com/twolfson/eslint-config-twolfson/issues"
},
"main": "lib/eslint-config-twolfson",
"engines": {
"node": ">= 4.0.0"
},
"license": "Unlicense",
"scripts": {
"precheck": "eslint *.js lib/ test/*.js",
"lint": "eslint *.js lib/ test/*.js --max-warnings 0",
"test": "npm run precheck && mocha --reporter dot && npm run lint"
},
"dependencies": {},
"devDependencies": {
"chai": "~4.0.0",
"eslint": "~4.10.0",
"foundry": "~4.3.2",
"foundry-release-git": "~2.0.2",
"foundry-release-npm": "~2.0.2",
"glob": "~7.1.2",
"mocha": "~3.1.2"
},
"keywords": [
"eslint",
"twolfson",
"config"
],
"foundry": {
"releaseCommands": [
"foundry-release-git",
"foundry-release-npm"
]
}
}