summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/bower.json b/bower.json
deleted file mode 100644
index b89fc78..0000000
--- a/bower.json
+++ /dev/null
@@ -1,30 +0,0 @@
1{
2 "name": "microlight",
3 "version": "0.0.7",
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}