-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
84 lines (84 loc) · 1.89 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "clinton",
"version": "0.14.0",
"description": "JavaScript project style linter",
"license": "MIT",
"repository": "SamVerschueren/clinton",
"author": {
"name": "Sam Verschueren",
"email": "[email protected]",
"url": "github.com/SamVerschueren"
},
"main": "index.js",
"bin": "cli.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && nyc ava",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"files": [
"index.js",
"cli.js",
"config.js",
"rules",
"lib"
],
"keywords": [
"github",
"gh",
"lint",
"linter",
"package",
"pkg",
"awesome"
],
"dependencies": {
"array-multi-find": "^1.0.0",
"cache-conf": "^0.5.0",
"chalk": "^1.1.3",
"detect-indent": "^4.0.0",
"eslint-formatter-pretty": "^0.3.0",
"executable": "^4.0.0",
"fuzzy-matching": "^0.4.3",
"gh-got": "^4.0.0",
"globby": "^4.0.0",
"got": "^6.2.0",
"is-binary-path": "^2.0.0",
"is-d": "^1.0.0",
"js-yaml": "^3.6.1",
"junk": "^1.0.3",
"lintspaces": "^0.5.1",
"lodash.camelcase": "^4.1.1",
"lodash.groupby": "^4.4.0",
"lodash.kebabcase": "^4.0.1",
"lodash.snakecase": "^4.0.1",
"lodash.upperfirst": "^4.2.0",
"log-symbols": "^1.0.2",
"mem": "^0.1.0",
"meow": "^3.7.0",
"path-exists": "^2.1.0",
"pify": "^2.3.0",
"semver": "^5.1.0",
"spdx-license-list": "^2.1.0",
"string-occurrence": "^1.1.1",
"travis-got": "^1.0.0",
"update-notifier": "^2.5.0",
"validate-npm-package-name": "^2.2.2",
"vinyl-fs": "^2.4.3",
"yargs-parser": "^2.4.1",
"z-schema": "^3.17.0"
},
"devDependencies": {
"ava": "*",
"coveralls": "^2.11.12",
"cpy": "^5.0.0",
"execa": "^0.4.0",
"figures": "^1.7.0",
"load-json-file": "^2.0.0",
"nyc": "^8.1.0",
"tempy": "^0.1.0",
"xo": "^0.20.3"
}
}