summaryrefslogtreecommitdiff
path: root/package.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 /package.json
parent24e2f864fb661de6369160e27fbf48954be140c8 (diff)
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..871a265
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
1{
2 "author": "Dmitry Prokashev <heliosframework@gmail.com>",
3 "name": "microlight",
4 "description": "highlights code in any language",
5 "version": "0.0.1",
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}