From 3ef2c284bac9ee50ee5282b0df8fac81c4d02180 Mon Sep 17 00:00:00 2001 From: Dmitry Prokashev Date: Sat, 28 May 2016 00:44:00 +0200 Subject: Initial commit --- package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..871a265 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "author": "Dmitry Prokashev ", + "name": "microlight", + "description": "highlights code in any language", + "version": "0.0.1", + "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": "*" + } +} -- cgit v1.2.3