You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arch-wiki-man/package.json

30 lines
587 B
JSON

{
"name": "arch-wiki-man",
"version": "1.0.0",
"description": "The Arch Wiki as linux man pages",
"main": "index.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",
"remark": "^3.2.2",
"remark-html": "^2.0.2",
"remark-man": "^2.0.1",
"yargs": "^3.32.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.4"
}
}