-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.31 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
{
"name": "cli-box",
"version": "6.0.11",
"description": "A library to generate ASCII boxes via NodeJS",
"main": "lib/index.js",
"scripts": {
"test": "node example/index"
},
"repository": {
"type": "git",
"url": "git@github.com:IonicaBizau/node-cli-box.git"
},
"keywords": [
"cli",
"box",
"ascii",
"node"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"contributors": [
"Ionică Bizău <bizauionica@gmail.com>",
"Adam Paszke <adam.paszke@gmail.com>",
"ComFreek <comfreek@outlook.com>"
],
"dependencies": {
"ansi-parser": "^3.2.1",
"deffy": "^2.2.1",
"is-undefined": "^1.0.0",
"is-win": "^1.0.0",
"ul": "^5.2.1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/node-cli-box/issues"
},
"blah": {
"h_img": "http://i.imgur.com/6bOa5iy.png",
"ex_img": "http://i.imgur.com/425gC67.png"
},
"homepage": "https://github.com/IonicaBizau/node-cli-box",
"directories": {
"example": "example"
},
"devDependencies": {},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}