-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (41 loc) · 925 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
40
41
42
43
44
{
"name": "constitution-of-ireland-render",
"version": "0.1.2",
"description": "Render Git reenactment of Constitution of Ireland",
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift",
"Ireland",
"politics",
"constitution",
"law"
],
"author": {
"name": "Simon Kenny",
"email": "[email protected]",
"url": "http://imsimonkenny.com/"
},
"homepage": "http://imsimonkenny.com/",
"repository": {
"type": "git",
"url": "https://github.com/digithree/origin-server"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"express": ">= 4.8.0",
"mongodb": "> 2.0.0",
"express-handlebars": ">= 2.0.1",
"request": ">= 2.55.0",
"moment": ">= 2.10.3",
"body-parser": ">= 1.12.4"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}