PowerShell/test/common/markdown/package.json
Travis Plunk 737058f62e Add markdown lint test (#3420)
* Fix markdown syntax and spelling issues
* update spelling dictionary
2017-03-27 16:44:28 -07:00

27 lines
674 B
JSON

{
"name": "powershell.common.markdown.tests",
"version": "1.0.0",
"description": "The PowerShell Common MarkDown Tests.",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1",
"through2": "^2.0.1",
"markdownlint": "^0.2.0"
},
"devDependencies": {
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.0.0",
"markdownlint": "^0.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PowerShell/PowerShell.git"
},
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/PowerShell/PowerShell/issues"
},
"homepage": "https://github.com/PowerShell/PowerShell#readme"
}