-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
52 lines (52 loc) · 1.38 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
{
"name": "eslint-config-mdcs",
"version": "5.0.0",
"description": "Mrdoob Javascript Code Style Editor, Checker and Formatter",
"main": "index.js",
"scripts": {
"test": "node test",
"setup": "npm install -g webpack && npm install",
"bundle": "webpack -p",
"watch": "webpack --watch",
"update_eslint": "cp ${ESLINT}eslint/dist/eslint.js build/eslint.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zz85/mrdoobapproves.git"
},
"keywords": [
"mrdoob",
"code",
"style",
"lint",
"hint",
"codemirror",
"jscs",
"esprima",
"auto-format"
],
"author": "Joshua Koo",
"license": "MIT",
"bugs": {
"url": "https://github.com/zz85/mrdoobapproves/issues"
},
"homepage": "https://github.com/zz85/mrdoobapproves",
"devDependencies": {
"codemirror": "^5.53.2",
"css-loader": "^0.28.11",
"diff_match_patch": "^0.1.1",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-google": "0.14.0",
"eslint-config-grunt": "^2.0.1",
"eslint-config-idiomatic": "^4.0.0",
"eslint-config-jquery": "^3.0.0",
"eslint-config-node-style-guide": "^3.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-config-wikimedia": "^0.16.2",
"eslint-config-wordpress": "^2.0.0",
"googlediff": "^0.1.0",
"json-loader": "^0.5.1",
"style-loader": "^0.23.1"
}
}