summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorDmitry Prokashev2016-05-28 00:44:00 +0200
committerDmitry Prokashev2016-05-28 00:44:00 +0200
commit3ef2c284bac9ee50ee5282b0df8fac81c4d02180 (patch)
treef7773163263fdbd6fbfb5e79b79c9da09306c295 /bower.json
parent24e2f864fb661de6369160e27fbf48954be140c8 (diff)
Initial commit
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..f01a239
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,30 @@
1{
2 "name": "microlight",
3 "version": "0.0.1",
4 "homepage": "https://github.com/asvd/microlight",
5 "authors": [
6 "Dmitry Prokashev <heliosframework@gmail.com>"
7 ],
8 "description": "highlights code in any language",
9 "main": "microlight.js",
10 "moduleType": [
11 "amd",
12 "globals"
13 ],
14 "keywords": [
15 "syntax",
16 "highlight",
17 "highlighting",
18 "source",
19 "code",
20 "source code",
21 "snippet",
22 "code snippet"
23 ],
24 "license": "MIT",
25 "ignore": [
26 "**/.*",
27 "node_modules",
28 "bower_components"
29 ]
30}