From 15220fd6516a95d79c8a781975534ee88e0a92f6 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 6 May 2018 19:49:25 +0200 Subject: It's now a npm package --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..4d53d0d --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "remark-attr", + "version": "0.1.0", + "description": "Add support of custom attributes to Markdown syntax.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/arobase-che/remark-attr.git" + }, + "keywords": [ + "markdown", + "attribute", + "plugin" + ], + "author": "ache ", + "license": "UNLICENSED", + "bugs": { + "url": "https://github.com/arobase-che/remark-attr/issues" + }, + "homepage": "https://github.com/arobase-che/remark-attr#readme" +} -- cgit v1.2.3