{
	"name": "language-roff",
	"version": "1.3.1",
	"description": "Atom support for Unix manual pages (Groff/Troff) and the historical RUNOFF language.",
	"keywords": ["Roff", "Groff", "Troff", "Nroff", "Typesetting", "RUNOFF", "DSR", "BSD", "Unix Manual Page", "Manpage", "man",
		"mandoc", "mdoc", "Ronn", "Ditroff", "Eqn", "Pic", "Chem", "DFORMAT", "Grap", "Refer", "Tbl", "IDEAL", "grn", "Plan9"],
	"repository": "https://github.com/Alhadis/language-roff",
	"author": "John Gardner <gardnerjohng@gmail.com>",
	"license": "ISC",
	"engines": {"atom": ">=1.35.0"},
	"atomTestRunner": "atom-mocha",
	"scripts": {
		"lint": "npx eslint .",
		"test": "atom -t spec"
	},
	"dependencies": {
		"prompt-view": "^1.0.0",
		"roff": "^0.2.0"
	},
	"devDependencies": {
		"@alhadis/eslint-config": "^1.2.0",
		"atom-mocha": "^2.2.1",
		"eslint":     "^6.4.0"
	},
	"deserializers": {
		"TroffView": "createTroffView"
	},
	"configSchema": {
		"blankLineReplacement": {
			"type": "string",
			"title": "Blank-line replacement",
			"description": "Specify the string which replaces empty lines when running the `fix-blank-lines` command.",
			"default": ".",
			"order": 1
		},
		"linkManPageReferences": {
			"type": "boolean",
			"title": "Link man-page references",
			"description": "Make references to `man(1)` pages clickable inside comments and markup.",
			"default": true,
			"order": 2
		}
	}
}
