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