summaryrefslogtreecommitdiff
path: root/package.json
blob: 0717991d88ce345ef2a474e5e21247300a9bf6cb (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
{
  "author": "Dmitry Prokashev <heliosframework@gmail.com>",
  "name": "microlight",
  "description": "highlights code in any language",
  "version": "0.0.5",
  "keywords": [
    "syntax",
    "highlight",
    "highlighting",
    "source",
    "code",
    "source code",
    "snippet",
    "code snippet"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/asvd/microlight.git"
  },
  "main": "microlight.js",
  "dependencies": {},
  "devDependencies": {},
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  }
}