-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
51 lines (51 loc) · 1.13 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
{
"name": "tower-website",
"private": true,
"version": "0.2.0",
"description": "",
"homepage": "http://towerjs.org",
"main": "./app.js",
"subdomain": "towerjs.org",
"keywords": [
"node"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"bugs": {
"url": "https://github.com/tower/tower.github.com/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tower/tower.github.com.git"
},
"engines": {
"node": ">= 0.8.0",
"npm": ">= 1"
},
"dependencies": {
"express": "*",
"ejs": "*",
"express-partials": "~0.1.1",
"highlight.js": "~7.3.0",
"marked": "~0.2.9",
"jsdom": "~0.6.5",
"domify": "~1.0.0",
"tower-router": "~0.1.0",
"tower-route": "~0.1.0",
"tower-content": "~0.1.0",
"tower-template": "~0.1.0",
"tower-directive": "~0.1.0",
"tower-text": "~0.1.0",
"tower-list-directive": "~0.1.0",
"tower-markdown-directive": "*",
"tower-interpolation-directive": "0.0.2",
"tower-guides": "*",
"tower-strcase": "~0.1.0",
"html-minifier": "~0.5.2",
"superagent": "~0.14.9"
}
}