summaryrefslogtreecommitdiff
path: root/bower.json
blob: 252bbc209c8832ca4848639d37e381a4cfd4f448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "microlight",
  "version": "0.0.5",
  "homepage": "https://github.com/asvd/microlight",
  "authors": [
    "Dmitry Prokashev <heliosframework@gmail.com>"
  ],
  "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"
  ]
}