forked from godaddy/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.26 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.26 KB
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
{
"name": "godaddy-style",
"version": "3.1.6",
"description": "The styleguide, lint files, and requireable helpers for consistent style at GoDaddy.",
"scripts": {
"pretest": "./bin/lint bin *.js es5/*.js",
"prepublish": "fashion-show-build -p && node es5/fix.js",
"build": "npm run prepublish && npm run pretest",
"test": "echo ok"
},
"repository": {
"type": "git",
"url": "git@github.com:godaddy/javascript.git"
},
"bin": {
"godaddy-js-style-lint": "./bin/lint",
"godaddy-js-style-jscs": "./bin/jscs",
"godaddy-js-style-eslint": "./bin/eslint"
},
"keywords": [
"javascript",
"styleguide",
"style-guide",
"jscs",
"eslint"
],
"peerDependencies": {
"eslint-plugin-mocha": "^2.0.0",
"eslint-plugin-react": "^4.1.0",
"eslint-plugin-json": "^1.2.0",
"jscs-jsx-rules": "0.0.1"
},
"license": "MIT",
"dependencies": {
"babel-eslint": "^6.0.2",
"escope": "^3.4.0",
"eslint": "~2.5.3",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-mocha": "^2.0.0",
"eslint-plugin-react": "^4.1.0",
"fashion-show": "^3.3.0",
"install": "^0.4.4",
"jscs": "^2.10.1",
"jscs-jsx-rules": "0.0.1"
},
"devDependencies": {
"assign-deep": "^0.4.3",
"mkdirp": "^0.5.1"
}
}