-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
80 lines (80 loc) · 1.84 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "blah",
"version": "5.4.1",
"description": "A command line tool to optimize the repetitive actions.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:IonicaBizau/blah.git"
},
"bin": {
"blah": "./bin/blah"
},
"keywords": [
"blah",
"node",
"gitignore",
"readme"
],
"blah": {
"h_img": "http://i.imgur.com/at4TK2R.png"
},
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)",
"contributors": [
"Ionică Bizău <[email protected]> (http://ionicabizau.net)",
"Silviu Bogan <[email protected]> (https://github.com/silviubogan)",
"Riyadh Al Nur <[email protected]> (https://riyadhalnur.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/blah/issues"
},
"homepage": "https://github.com/IonicaBizau/blah",
"directories": {
"example": "examples"
},
"dependencies": {
"abs": "^1.3.14",
"ajs": "^1.3.3",
"bindy": "^1.0.14",
"bug-killer": "^4.2.1",
"current-year": "^1.1.12",
"deffy": "^2.2.4",
"ejs": "^3.1.8",
"find-file-in-dirs": "^1.0.12",
"initial-commit-date": "^1.0.10",
"is-there": "^4.5.1",
"markdox": "^0.1.10",
"ncp": "^2.0.0",
"one-by-one": "^3.2.8",
"parent-search": "^1.3.10",
"r-json": "^1.2.10",
"same-time": "^2.3.5",
"semver": "^7.3.8",
"streamp": "^3.0.2",
"tilda": "^4.4.16",
"typpy": "^2.3.13",
"ul": "^5.2.15",
"w-json": "^1.3.10",
"write-file-trim": "^1.0.9",
"year-range": "^1.1.9"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}