-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 867 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
{
"name": "owl-wisdom",
"version": "2.0.0",
"description": "A wise owl spouts quotes to your terminal, inspired by cowsay",
"main": "./bin/owl-wisdom",
"scripts": {
"test": "node bin/owl-wisdom"
},
"author": "Robert Pirtle",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"cowsay": "^1.1.9",
"got": "^6.6.3",
"word-wrap": "^1.1.0",
"xml2js": "^0.4.19"
},
"bin": {
"owl-wisdom": "bin/owl-wisdom"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/PirtleShell/owl-wisdom.git"
},
"keywords": [
"owls",
"quote",
"quotes",
"quotations",
"cowsay",
"wisdom",
"wise",
"cli",
"fun"
],
"bugs": {
"url": "https://github.com/PirtleShell/owl-wisdom/issues"
},
"homepage": "https://github.com/PirtleShell/owl-wisdom#readme"
}