Updating the package.json file.
This commit is contained in:
parent
578150e389
commit
ab9d81a323
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue