eslint-engine
Version:
Check JavaScript syntax using eslint
76 lines (75 loc) • 1.6 kB
JSON
{
"name": "eslint-engine",
"description": "Check JavaScript syntax using eslint",
"version": "0.3.0",
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
"bin": {
"eslint-check": "bin/eslint-check",
"eslint-install": "bin/eslint-install"
},
"browser": {
"tape": "tape.browser.js"
},
"bugs": {
"url": "https://github.com/rstacruz/eslint-engine/issues"
},
"dependencies": {
"deglob": "1.0.2",
"meow": "3.7.0",
"object-assign": "4.0.1",
"resolve": "1.1.7"
},
"devDependencies": {
"eslint": "2.11.0",
"eslint-config-standard": "5.3.1",
"eslint-config-standard-jsx": "1.2.0",
"eslint-plugin-promise": "1.3.1",
"eslint-plugin-react": "5.1.1",
"eslint-plugin-standard": "1.3.2",
"mocha": "2.5.3",
"standard": "5.4.1",
"tape": "4.4.0"
},
"eslint": {
"include": "bin/*"
},
"homepage": "https://github.com/rstacruz/eslint-engine#readme",
"keywords": [
"JavaScript Standard Style",
"check",
"checker",
"code",
"code checker",
"code linter",
"code standards",
"code style",
"enforce",
"eslint",
"eslintconfig",
"hint",
"jscs",
"jshint",
"lint",
"lint",
"policy",
"quality",
"simple",
"standard",
"standard style",
"style",
"style checker",
"style linter",
"tape",
"verify"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rstacruz/eslint-engine.git"
},
"scripts": {
"test": "node test/tape.js",
"lint": "eslint-check"
}
}