2013-03-05 23:25:53 +00:00
|
|
|
{
|
|
|
|
"name": "Tumble",
|
2013-03-31 03:30:58 +00:00
|
|
|
"description": "Trivial reimplementation of Tumbler template parser",
|
|
|
|
"version": "0.0.1",
|
2013-03-05 23:25:53 +00:00
|
|
|
"author": {
|
2013-03-31 03:30:58 +00:00
|
|
|
"name": "Kenneth \"Elf\" M. Sternberg",
|
|
|
|
"email": "elf.sternberg@gmail.com",
|
|
|
|
"url": "http://elfsternberg.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "ssh://elfstenberg@elfsternberg.com/home/elfsternberg/repos/tumble.git"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "PRIVATE"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"main": "lib/tumble",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.6.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "make test"
|
2013-03-05 23:25:53 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2013-03-31 03:30:58 +00:00
|
|
|
"underscore": "1.4.x"
|
2013-03-05 23:25:53 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-03-31 03:30:58 +00:00
|
|
|
"pegjs": "0.7.x",
|
2013-03-06 17:57:12 +00:00
|
|
|
"mocha": "1.8.x",
|
2013-04-17 17:10:06 +00:00
|
|
|
"chai": "1.5.x"
|
2013-03-05 23:25:53 +00:00
|
|
|
},
|
2013-03-31 03:30:58 +00:00
|
|
|
"keywords": []
|
2013-03-05 23:25:53 +00:00
|
|
|
}
|