forked from eBay/eslint-config-ebay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 790 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "eslint-config-ebay",
"version": "0.1.9",
"description": "ESLint config",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint && node test/rules"
},
"repository": {
"type": "git",
"url": "https://github.com/ebay/eslint-config-ebay"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"ebay",
"javascript",
"styleguide"
],
"author": "senthilp <senthil.padmanabhan@yahoo.com> | Michael Woo <mikewoo@yahoo.com>",
"contributors": [],
"homepage": "https://github.com/ebay/eslint-config-ebay",
"devDependencies": {
"eslint": "^2.4.0",
"eslint-config-ebay": "^0.1.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"dependencies": {}
}