forked from standard/standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.44 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
{
"name": "yodlr-standard",
"description": "JavaScript Standard Style for Yodlr",
"version": "10.1.1",
"author": {
"name": "Ross Kukulinski",
"email": "[email protected]",
"url": "https://getyodlr.com"
},
"bin": {
"yodlr-standard": "./bin/cmd.js"
},
"bugs": {
"url": "https://github.com/yodlr/yodlr-standard/issues"
},
"dependencies": {
"eslint": "^0.13.0",
"find-root": "^0.1.1",
"glob": "^4.3.5",
"jscs": "^1.10.0",
"minimatch": "^2.0.1",
"minimist": "^1.1.0",
"run-parallel": "^1.0.0",
"split": "^0.3.2",
"uniq": "^1.0.1"
},
"devDependencies": {
"extend.js": "0.0.2",
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"run-series": "^1.0.2"
},
"homepage": "https://github.com/yodlr/yodlr-standard",
"keywords": [
"style checker",
"code style",
"code checker",
"code linter",
"style linter",
"simple",
"policy",
"style",
"code",
"lint",
"jshint",
"eslint",
"jscs",
"hint",
"enforce",
"check",
"verify",
"standard",
"quality",
"checker",
"code standards",
"JavaScript Standard Style",
"standard style"
],
"license": "MIT",
"main": "index.js",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/yodlr/yodlr-standard.git"
},
"scripts": {
"test": "node ./bin/cmd.js && node ./test.js"
},
"standard": {
"ignore": "tmp/**"
}
}