-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 935 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": "jboss-forge-website",
"version": "1.0.0",
"description": "JBoss Forge Website Application",
"keywords": [
"JBoss",
"Forge",
"application",
"openshift"
],
"author": {
"name": "Forge Team",
"email": "[email protected]",
"url": "https://forge.jboss.org/"
},
"homepage": "https://forge.jboss.org/",
"repository": {
"type": "git",
"url": "https://github.com/forge/website"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 1.2.0"
},
"dependencies": {
"asciidoctor.js": "1.5.2",
"cheerio": "^0.22.0",
"config-multipaas": "^0.1.0",
"feed": "1.1.0",
"fetch": "0.3.6",
"js-yaml": "^3.13.1",
"marked": "^0.6.2",
"moment": "^2.24.0",
"node-cache": "^4.2.0",
"restify": "^4.3.0"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"scripts": {
"start": "node server.js"
},
"main": "server.js"
}