UNPKG

544 BJSONView Raw
1{
2 "author": "Dmitry Prokashev <heliosframework@gmail.com>",
3 "name": "microlight",
4 "description": "highlights code in any language",
5 "version": "0.0.7",
6 "keywords": [
7 "syntax",
8 "highlight",
9 "highlighting",
10 "source",
11 "code",
12 "source code",
13 "snippet",
14 "code snippet"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/asvd/microlight.git"
19 },
20 "main": "microlight.js",
21 "dependencies": {},
22 "devDependencies": {},
23 "optionalDependencies": {},
24 "engines": {
25 "node": "*"
26 }
27}