forked from emmmile/blocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 911 Bytes
/
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
{
"name": "blocket",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/home.js",
"test": "node node_modules/mocha/bin/mocha test",
"updatedb": "node ./bin/updatedb.js"
},
"dependencies": {
"async": "^1.3.0",
"body-parser": "~1.12.4",
"compression": "~1.6.1",
"cookie-parser": "~1.3.5",
"cron": "~1.0.9",
"debug": "~2.2.0",
"ent": "~2.2.0",
"express": "^4.13.4",
"geolib": "2.0.17",
"googlemaps": "^1.2.0",
"hbs": "^4.0.0",
"html-entities": "^1.1.2",
"minimist": "^1.2.0",
"morgan": "~1.5.3",
"node-geocoder": "^3.6.2",
"nodemailer": "^2.0.0",
"nodemw": "^0.8.1",
"request": "^2.58.0",
"seraph": "^0.14.0",
"serve-favicon": "~2.2.1",
"should": ">= 0.0.1",
"winston": "^2.1.1",
"x-ray": "~2.0.2"
},
"devDependencies": {
"mocha": "^2.3.4",
"sinon": "^1.15.4"
}
}