summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 9006e24..0000000
--- a/package.json
+++ /dev/null
@@ -1,27 +0,0 @@
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}