-
Notifications
You must be signed in to change notification settings - Fork 4
/
.bithoundrc
56 lines (56 loc) · 1.15 KB
/
.bithoundrc
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
{
"ignore": [
"**/node_modules/**",
"ezmaster-front/public/libs/**",
"**/ie10-viewport-bug-workaround.js",
"**/ie-emulation-modes-warning.js",
"**/ie8-responsive-file-warning.js"
],
"test": [
"**/test/**",
"**/specs/**"
],
"dependencies": {
"unused-ignores": [
"debug",
"babel-core",
"babel-plugin-transform-runtime",
"babel-preset-es2015",
"babel-preset-react",
"babel-preset-stage-2",
"babel-runtime",
"babelify",
"body-parser",
"diskusage",
"dockerode",
"file-exists",
"filesize",
"get-folder-size",
"glob",
"http-proxy",
"jsonfile",
"kuler",
"lodash",
"mkdirp",
"moment",
"num-cpus",
"rimraf",
"socket.io",
"sort-by",
"storage",
"underscore",
"utile",
"vue",
"vueify",
"mongodb-querystring",
"vue-resource",
"vue-validator",
"heartbeats",
"vue-awesome",
"vue-router",
"vue-infinite-scroll",
"vue-strap",
"vuex"
]
}
}