-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.03 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.03 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
{
"name": "idea-exclude-dir",
"version": "2.2.1",
"description": "exclude dir in idea(webstorm, intelli IDEA ......)",
"main": "index.js",
"bin": {
"idea-exclude": "bin/cli.js"
},
"keywords": [
"idea",
"exclude",
"webstorm",
"IntelliJ",
"IDEA",
"IntelliJ IDEA",
"jetbrains",
"index",
"indexing"
],
"dependencies": {
"co": "^4.6.0",
"minimist": "^1.2.0",
"xml2js": "^0.4.17"
},
"license": "MIT",
"maintainers": [
{
"name": "maxming",
"email": "maxming2333@gmail.com"
}
],
"directories": {},
"homepage": "https://github.com/maxming2333/idea-exclude-dir",
"repository": {
"type": "git",
"url": "git@github.com:maxming2333/idea-exclude-dir.git",
"web": "https://github.com/maxming2333/idea-exclude-dir.git"
},
"bugs": {
"url": "https://github.com/maxming2333/idea-exclude-dir/issues",
"email": "maxming2333@gmail.com"
},
"engines": {
"node": ">= 4.0.0"
},
"author": "maxming <maxming2333@gmail.com> (http://maxming.com)"
}