aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-05-06 19:49:25 +0200
committerache <ache@ache.one>2018-05-06 19:49:25 +0200
commit15220fd6516a95d79c8a781975534ee88e0a92f6 (patch)
tree083bda5ca8d8680dc3b6835fd89bd4d6284378c0
parentAdd a README (diff)
It's now a npm package
-rw-r--r--package.json24
1 files changed, 24 insertions, 0 deletions
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 <ache@ache.one>",
+ "license": "UNLICENSED",
+ "bugs": {
+ "url": "https://github.com/arobase-che/remark-attr/issues"
+ },
+ "homepage": "https://github.com/arobase-che/remark-attr#readme"
+}