-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.16 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
{
"name":"thechronicle-website",
"version":"1.0.0",
"repository":{
"type":"git",
"url":"git@github.com:thechronicle/website.git"
},
"engines": {
"node":"0.8.x",
"npm":"1.1.x"
},
"dependencies":{
"async":"0.1.x",
"chai":"1.2.x",
"clean-css":"0.6.x",
"commander":"1.0.x",
"connect-redis":"1.4.x",
"cradle":"0.6.x",
"cron":"1.0.x",
"dateformat":"1.x",
"discount": "0.2.x",
"errs": "0.2.x",
"express":"2.5.x",
"express-namespace":"0.1.x",
"gzip":"0.1.x",
"hiredis":"0.1.x",
"htmlparser":"1.7.x",
"imagemagick":"0.1.x",
"jade":"0.27.x",
"JSV":"4.x",
"knox":"0.3.x",
"mailchimp":"0.9.x",
"mocha":"1.3.x",
"redis":"0.7.x",
"requirejs":"2.0.x",
"sax":"0.x",
"sinon":"1.4.x",
"sinon-chai":"2.1.x",
"solr":"0.2.x",
"stylus":"0.29.x",
"underscore":"1.3.x",
"walk":"2.2.x",
"winston":"0.6.x",
"winston-loggly":"0.6.x",
"xmlbuilder":"0.3.x",
"zipfile":"0.3.x"
}
}