markdowny/package.json
Dylan R. E. Moonfire 9e42f79fc2 Initial commit.
2016-10-31 19:25:37 -05:00

43 lines
1.1 KiB
JSON

{
"name": "markdowny",
"version": "0.0.0",
"description": "A set of command-line tools for working with Markdown files with YAML headers.",
"repository": {
"type": "git",
"url": "git+https://git.mfgames.com/author-intrusion/markdowny.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"markdown"
],
"author": {
"email": "d.moonfire@mfgames.com",
"name": "Dylan R. E. Moonfire",
"url": "https://mfgames.com/"
},
"license": "MIT",
"bugs": {
"url": "https://git.mfgames.com/author-intrusion/markdowny/issues"
},
"homepage": "https://git.mfgames.com/author-intrusion/markdowny#README",
"bin": {
"markdowny": "./bin/markdowny",
"markdowny-wc": "./bin/markdowny-wc"
},
"dependencies": {
"@types/node": "^6.0.46",
"@types/yargs": "0.0.34",
"add-commas": "0.0.4",
"dotted": "^0.1.1",
"gulp": "^3.9.1",
"lodash": "^4.16.5",
"markdown-table": "^1.0.0",
"typescript": "^2.0.6",
"yaml-front-matter": "^3.4.0",
"yargs": "^6.3.0"
}
}