-
Notifications
You must be signed in to change notification settings - Fork 120
/
package.json
77 lines (77 loc) · 1.67 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "tower",
"version": "0.5.11",
"main": "./index.js",
"description": "Small components for building apps, manipulating data, and managing a distributed infrastructure.",
"homepage": "http://towerjs.org/",
"main": "./index.js",
"keywords": [
"mvc",
"web-framework",
"express",
"tower",
"framework",
"node",
"client",
"server"
],
"maintainers": [
{
"name": "Lance Pollard",
"email": "[email protected]",
"web": "http://lancepollard.com"
},
{
"name": "Daniel Fagnan",
"web": "http://hydrocodedesign.com/"
}
],
"contributors": [
"abovethewater",
"Dave Myron",
"edubkendo",
"j-mcnally",
"Jai-gouk Kim",
"Kristian Mandrup <[email protected]>",
"Lance Pollard <[email protected]>",
"Nov Matake",
"scottkf <[email protected]>",
"Sebastian Hoitz",
"TheHydroImpulse <[email protected]>",
"Vyacheslav Voronchuk"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"bugs": {
"url": "https://github.com/tower/tower/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tower/tower.git"
},
"engines": {
"node": ">= 0.10.0"
},
"bin": {
"tower": "./bin/tower"
},
"dependencies": {
"commander": "*",
"tower-server": "*",
"tower-cookbook": "*",
"tower-fs": ">= 0.5.0-pre2",
"tower-resource": "0.1.0",
"tower-query": "0.1.0",
"tower-adapter": "0.1.0",
"tower-router": "0.1.0",
"tower-validator": "0.1.0",
"tower-type": "0.1.0",
"tower-memory-adapter": "0.1.0",
"tower-view": "*",
"tower-server-route": "*"
}
}