arch-wiki-man/package.json

39 lines
791 B
JSON
Raw Normal View History

2016-01-30 15:11:55 +00:00
{
"name": "arch-wiki-man",
2016-02-18 04:00:14 +00:00
"version": "1.2.0",
2016-01-30 15:11:55 +00:00
"description": "The Arch Wiki as linux man pages",
"main": "index.js",
2016-02-02 02:12:57 +00:00
"bin": {
"awman": "bin/find.js"
},
2016-01-30 15:11:55 +00:00
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test"
},
2016-02-04 02:15:44 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/greg-js/arch-wiki-man.git"
},
2016-01-30 15:11:55 +00:00
"keywords": [
"arch",
"wiki",
"man",
"manual"
],
"author": "Gregory J. Scheerlinck",
"license": "GPL-3.0",
"dependencies": {
"arch-wiki-md-repo": "*",
"bluebird": "^3.1.5",
2016-02-02 00:39:55 +00:00
"chalk": "^1.1.1",
2016-02-15 18:04:29 +00:00
"inquirer": "^0.12.0",
"markdown2troff": "^0.1.0",
2016-02-02 13:08:15 +00:00
"sanitize-filename": "^1.5.3",
"tmp": "0.0.28",
2016-01-30 15:11:55 +00:00
"yargs": "^3.32.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.4"
}
}