-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 850 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
{
"name": "arch-wiki-man",
"version": "1.3.0",
"description": "The Arch Wiki as linux man pages",
"main": "index.js",
"bin": {
"awman": "bin/find.js",
"awman-update": "bin/update.js"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greg-js/arch-wiki-man.git"
},
"keywords": [
"arch",
"wiki",
"man",
"manual"
],
"author": "Gregory J. Scheerlinck",
"license": "GPL-3.0",
"dependencies": {
"arch-wiki-md-repo": "*",
"bluebird": "^3.1.5",
"chalk": "^1.1.1",
"inquirer": "^0.12.0",
"markdown2troff": "^0.1.0",
"npmi": "^2.0.1",
"sanitize-filename": "^1.5.3",
"tmp": "0.0.28",
"yargs": "^3.32.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.4"
}
}