From 3ef2c284bac9ee50ee5282b0df8fac81c4d02180 Mon Sep 17 00:00:00 2001 From: Dmitry Prokashev Date: Sat, 28 May 2016 00:44:00 +0200 Subject: Initial commit --- bower.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bower.json (limited to 'bower.json') diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..f01a239 --- /dev/null +++ b/bower.json @@ -0,0 +1,30 @@ +{ + "name": "microlight", + "version": "0.0.1", + "homepage": "https://github.com/asvd/microlight", + "authors": [ + "Dmitry Prokashev " + ], + "description": "highlights code in any language", + "main": "microlight.js", + "moduleType": [ + "amd", + "globals" + ], + "keywords": [ + "syntax", + "highlight", + "highlighting", + "source", + "code", + "source code", + "snippet", + "code snippet" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components" + ] +} -- cgit v1.2.3