mirror of
https://github.com/greg-js/arch-wiki-man
synced 2024-11-17 09:26:12 +00:00
42 lines
866 B
JSON
42 lines
866 B
JSON
{
|
|
"name": "arch-wiki-man",
|
|
"version": "1.1.0",
|
|
"description": "The Arch Wiki as linux man pages",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"awman": "bin/find.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",
|
|
"lodash": "^4.3.0",
|
|
"remark": "^3.2.2",
|
|
"remark-man": "^2.0.1",
|
|
"remark-unlink": "^2.0.0",
|
|
"sanitize-filename": "^1.5.3",
|
|
"tmp": "0.0.28",
|
|
"yargs": "^3.32.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"mocha": "^2.4.4"
|
|
}
|
|
}
|