From 86f9c3aa9b763d100ecd97b215082a47caf21b66 Mon Sep 17 00:00:00 2001 From: mafintosh Date: Wed, 30 Jan 2013 10:14:25 +0100 Subject: [PATCH] adding as a component --- component.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..b95f556 --- /dev/null +++ b/component.json @@ -0,0 +1,10 @@ +{ + "name":"json-markup", + "repo":"mafintosh/json-markup", + "version":"0.1.2", + "description":"a json to html syntax highlighter", + "keywords": ["json", "html", "syntax", "highlight"], + "author": "Mathias Buus Madsen ", + "scripts": ["index.js"], + "styles": ["style.css"] +} \ No newline at end of file