{ "name": "arch-wiki-man", "version": "1.0.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" }, "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.11.4", "remark": "^3.2.2", "remark-man": "^2.0.1", "remark-unlink": "^2.0.0", "yargs": "^3.32.0" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^2.4.4" } }