forked from visnup/npm-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.52 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
{
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)",
"name": "npm-www",
"homepage": "http://npmjs.org/",
"description": "website for npm",
"version": "0.0.3",
"dependencies": {
"request": "~2.9.202",
"marked": "~0.2.4",
"redis": "~0.8.1",
"lru-cache": "~2.0.0",
"cluster-master": "0",
"routes": "~0.1.1",
"keygrip": "~0.2.0",
"cookies": "~0.3.1",
"redsess": "~0.1.0",
"ejs": "~0.7.1",
"templar": "~0.2",
"glob": "~3.1.12",
"stylus": "git://github.com/LearnBoost/stylus.git",
"nib": "0",
"couch-login": "0.x >=0.1",
"npm": "~1.2",
"error-page": "0",
"bunyan": "~0.14.0",
"nodemailer": "~0.3.19",
"emcee": "0",
"gravatar": "~1.0.6",
"moment": "~1.6.2",
"canonical-host": "0",
"st": "~0.1.2",
"minimatch": "~0.2.6",
"sanitizer": "0.0.15",
"npm-registry-client": "~0.2.2",
"npmconf": "0.0",
"hardhttps": "0",
"comma-it": "~0.0.4",
"csrf-lite": "0.1"
},
"engines": {
"node": ">=0.7.7"
},
"scripts": {
"start": "node server.js",
"show-conf": "node config.js",
"dev": "node dev/go.js | bunyan -l warn",
"repl": "node repl.js",
"dev-repl": "CLUSTER_MASTER_REPL=15337 node repl.js"
},
"devDependencies": {
"replicate": "git://github.com/isaacs/replicate",
"touch": "0"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/npm-www.git"
},
"keywords": [
"npm",
"website"
],
"license": "BSD",
"bundleDependencies": [
"st"
]
}