Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "lantern", | ||
"description": "Preview Markdown Files", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/swaroop/lantern", | ||
@@ -25,2 +25,5 @@ "author": { | ||
"main": "lib/lantern", | ||
"bin": { | ||
"lantern": "./bin/lantern" | ||
}, | ||
"engines": { | ||
@@ -27,0 +30,0 @@ "node": ">= 0.8.0" |
@@ -5,5 +5,8 @@ # Lantern | ||
## Installation | ||
npm install -g lantern | ||
## License | ||
Copyright (c) 2014 Swaroop SM | ||
Licensed under the MIT license. |
8381
12