-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
50 lines (50 loc) · 943 Bytes
/
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
{
"name": "yargonaut",
"version": "1.1.4",
"description": "Decorate yargs content with chalk styles and figlet fonts",
"main": "index.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nexdrew/yargonaut.git"
},
"standard": {
"ignore": [],
"globals": [
"it"
]
},
"keywords": [
"yargs",
"figlet",
"text",
"font",
"ascii",
"ansi",
"locale",
"fun",
"chalk",
"color",
"terminal",
"cli"
],
"author": {
"name": "Andrew Goode",
"url": "https://github.com/nexdrew"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nexdrew/yargonaut/issues"
},
"homepage": "https://github.com/nexdrew/yargonaut#readme",
"devDependencies": {
"standard": "^5.2.1"
},
"dependencies": {
"chalk": "^1.1.1",
"figlet": "^1.1.1",
"parent-require": "^1.0.0"
}
}