From 68dc0a481301d885d716a067140345d77c105454 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 23 Apr 2018 03:58:36 +0200 Subject: Add a well tested plugin --- package.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..698be3a --- /dev/null +++ b/package.json @@ -0,0 +1,33 @@ +{ + "name": "markdown-attribute-parser", + "version": "1.0.0", + "description": "A parser for pandoc-style markdown's attributes", + "main": "src/index.js", + "scripts": { + "pretest": "xo", + "test": "ava" + }, + "repository": { + "type": "git", + "url": "srv:git/markdown-attribute-parser" + }, + "keywords": [ + "markdown", + "attribute" + ], + "devDependencies": { + "ava": "^0.25.0", + "xo": "^0.18.2" + }, + "license": "GPL-3.0", + "xo": { + "space": true, + "rules": { + "comma-dangle": [ + "error", + "always-multiline" + ] + } + }, + "author": "ache " +} -- cgit v1.2.3