-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.08 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
{
"name": "parent-search",
"version": "1.3.10",
"description": "Search files and folders in parent directories.",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"dependencies": {
"is-there": "^4.0.0",
"ul": "^5.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:IonicaBizau/node-parent-search.git"
},
"keywords": [
"parent",
"search",
"files",
"directories"
],
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)",
"contributors": [
"Jun Gu <[email protected]> (http://2dxgujun.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/node-parent-search/issues"
},
"homepage": "https://github.com/IonicaBizau/node-parent-search",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}