-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (45 loc) · 1.12 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
{
"name": "tower",
"version": "0.4.0",
"description": "Full Stack Web Framework for Node.js and the Browser",
"homepage": "http://viatropos.github.com/tower",
"main": "./server.js",
"author": "Lance Pollard <[email protected]>",
"keywords": [
"framework",
"rails",
"node"
],
"maintainers": [{
"name": "Lance Pollard",
"email": "[email protected]",
"web": "http://lancepollard.com"
}],
"contributors": [
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"bugs": {
"url": "https://github.com/viatropos/tower/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/viatropos/tower.git"
},
"engines": {
"node": ">= 0.4.0"
},
"directories": {
"lib" : "./lib"
},
"bin": {
"tower": "./bin/tower"
},
"dependencies": {
"express": ">= 2.5.1"
}
}