38 lines
918 B
JSON
38 lines
918 B
JSON
{
|
|
"name": "tumble",
|
|
"description": "Trivial reimplementation of Tumbler template parser/renderer",
|
|
"version": "0.1.2",
|
|
"author": {
|
|
"name": "Kenneth \"Elf\" M. Sternberg",
|
|
"email": "elf.sternberg@gmail.com",
|
|
"url": "http://elfsternberg.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/elfsternberg/tumble.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://raw.github.com/elfsternberg/tumble/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "lib/tumble",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"underscore": "1.4.x"
|
|
},
|
|
"devDependencies": {
|
|
"coffeescript": "1.6.x",
|
|
"pegjs": "0.7.x",
|
|
"mocha": "1.8.x",
|
|
"chai": "1.5.x"
|
|
},
|
|
"keywords": ["template", "tumblr"]
|
|
}
|