-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
41 lines (41 loc) · 834 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": "wikit",
"version": "4.4.1",
"main": "index.js",
"bin": {
"wikit": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"dependencies": {
"configstore": "^3.1.1",
"html-to-text": "^5.1.1",
"inquirer": "^6.2.0",
"minimist": "^1.2.0",
"opn": "^5.1.0",
"ora": "^2.1.0",
"wtf_wikipedia": "^7.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/koryschneider/wikit"
},
"homepage": "https://github.com/koryschneider/wikit#readme",
"bugs": {
"url": "https://github.com/koryschneider/wikit/issues"
},
"license": "MIT",
"keywords": [
"cli",
"wiki",
"wikipedia",
"wikit",
"search"
],
"description": "Wikipedia summaries from the command line",
"author": "Kory Schneider",
"man": [
"./data/wikit.1"
]
}