forked from Postmedia-Archive/timbits
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (40 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "timbits",
"description": "Widget framework based on Express",
"version": "0.7.1",
"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.2.6",
"hjs": "~0.0.4",
"hogan.js": "~2.0.0",
"pantry": "~0.5.0",
"request": "~2.11",
"optimist": "~0.3.4",
"run": "~1.0",
"mocha": "~1.6",
"should": "~1.2",
"which": "~1.0.5"
},
"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.x", "npm": "1.1.x" }
}