added bin

master
Gregory Scheerlinck 8 years ago
parent 18154e908b
commit 58be8ea80f

@ -3,6 +3,9 @@
"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"
},
@ -21,6 +24,7 @@
"inquirer": "^0.11.4",
"remark": "^3.2.2",
"remark-man": "^2.0.1",
"remark-unlink": "^2.0.0",
"yargs": "^3.32.0"
},
"devDependencies": {

Loading…
Cancel
Save