-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
48 lines (48 loc) · 947 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "eslint-config-pebble",
"description": "ESLint Shareable Config for Pebble",
"version": "5.0.0",
"bugs": {
"url": "https://github.com/pebble/eslint-config-pebble/issues"
},
"peerDependencies": {
"eslint": "^4.0.0",
"eslint-plugin-standard": "^3.0.0"
},
"devDependencies": {
"tape": "^4.8.0"
},
"homepage": "https://github.com/pebble/eslint-config-pebble",
"keywords": [
"style checker",
"code style",
"code checker",
"code linter",
"style linter",
"simple",
"policy",
"style",
"code",
"lint",
"eslint",
"eslintconfig",
"jshint",
"jscs",
"hint",
"enforce",
"check",
"verify",
"quality",
"checker",
"code standards"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/pebble/eslint-config-pebble.git"
},
"scripts": {
"test": "tape test/*.js"
}
}