| Index: eslint-config-eyeo/package.json |
| diff --git a/eslint-config-eyeo/package.json b/eslint-config-eyeo/package.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a7235e8f39cb61389a9ad678d38e53044ec85e58 |
| --- /dev/null |
| +++ b/eslint-config-eyeo/package.json |
| @@ -0,0 +1,28 @@ |
| +{ |
| + "name": "eslint-config-eyeo", |
| + "version": "1.0.0", |
| + "description": "ESLint configuration as used by eyeo.", |
| + "main": "index.js", |
| + "repository": { |
| + "type": "hg", |
| + "url": "https://hg.adblockplus.org/codingtools" |
| + }, |
| + "keywords": [ |
| + "eyeo", |
| + "adblockplus", |
| + "abp", |
| + "eslint", |
| + "eslintconfig" |
| + ], |
| + "author": { |
| + "name": "eyeo GmbH", |
| + "url": "https://eyeo.com/" |
| + }, |
| + "license": "GPL-3.0", |
| + "bugs": { |
| + "url": "https://issues.adblockplus.org/" |
| + }, |
| + "peerDependencies": { |
| + "eslint": ">= 3.14.1" |
| + } |
| +} |