-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "restcountries",
"version": "1.0.0",
"description": "Get information about countries via a RESTful API (Node.JS Version)",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "Hengki Sihombing <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:aredo/restcountries.git"
},
"keywords": [
"RESTful",
"REST",
"countries",
"country"
],
"bugs": {
"url": "https://github.com/aredo/restcountries/issues"
},
"homepage": "https://github.com/aredo/restcountries",
"dependencies": {
"express": "^4.10.7",
"express-session": "^1.10.0",
"response-time": "^2.2.0",
"static-favicon": "^2.0.0-alpha",
"cookie-parser": "^1.3.3",
"body-parser": "^1.10.1",
"method-override": "^2.3.1",
"compression": "^1.3.0",
"statuses": "^1.2.0",
"finished": "^1.2.2",
"errorhandler": "^1.3.2",
"morgan": "^1.5.1",
"request": "^2.51.0",
"async": "^0.9.0",
"validator": "^3.27.0",
"lodash": "^2.4.1",
"moment": "^2.8.4",
"proxy-addr": "^1.0.4",
"express-validator": "^2.8.0"
}
}