UNPKG

timbits

Version:

Widget framework based on Express

43 lines (41 loc) 1.24 kB
{ "name": "timbits", "description": "Widget framework based on Express", "version": "0.7.3", "homepage": "https://github.com/Postmedia/timbits", "author": "Edward de Groot <edegroot@postmedia.com> (http://mred9.com)", "contributors": [ { "name": "Keith Benedict", "email": "kbenedict@postmedia.com" }, { "name": "Stephen Veerman", "email": "sveerman@postmedia.com" }, { "name": "Donnie Marges", "email": "dmarges@postmedia.com" }, { "name": "Kevin Gamble", "email": "kgamble@postmedia.com" } ], "dependencies": { "winston": "~0.7.1", "express": "~3.10.5", "hjs": "~0.0.6", "hogan.js": "~3.0.1", "pantry": "~0.7.0", "request": "~2.34", "optimist": "~0.3.4", "run": "~1.2", "mocha": "~1.20.1", "should": "~4.0.4", "which": "~1.0.5", "should-http": "~0.0.2" }, "bugs": { "url": "https://github.com/Postmedia/timbits/issues"}, "licenses": [ { "type": "MIT", "url": "https://github.com/Postmedia/timbits/blob/master/LICENSE"} ], "keywords": ["framework", "widgets", "express"], "repository": "git://github.com/postmedia/timbits", "main": "./lib/timbits", "bin": { "timbits": "./bin/timbits" }, "scripts": { "test": "mocha" }, "engines": { "node": ">=0.8.0 <0.11", "npm": "1.x" } }