Updating the package.json file.

This commit is contained in:
Elf M. Sternberg 2013-11-29 17:42:51 -08:00
parent 578150e389
commit ab9d81a323
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "tumble", "name": "tumble",
"description": "Trivial reimplementation of Tumbler template parser", "description": "Trivial reimplementation of Tumbler template parser/renderer",
"version": "0.1.2", "version": "0.1.2",
"author": { "author": {
"name": "Kenneth \"Elf\" M. Sternberg", "name": "Kenneth \"Elf\" M. Sternberg",
@ -9,7 +9,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/elfsternberg/tumble.git", "url": "https://github.com/elfsternberg/tumble.git"
}, },
"licenses": [ "licenses": [
{ {
@ -33,5 +33,5 @@
"mocha": "1.8.x", "mocha": "1.8.x",
"chai": "1.5.x" "chai": "1.5.x"
}, },
"keywords": [] "keywords": ["template", "tumblr"]
} }