-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "jbossorg",
"version": "1.0.0",
"description": "JBoss.org website",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node index.js",
"aggregate": "node aggregate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbossorg/jbossorg.github.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jbossorg/jbossorg.github.io/issues"
},
"homepage": "https://github.com/jbossorg/jbossorg.github.io#readme",
"engines": {
"node": ">12.0.0"
},
"dependencies": {
"@patternfly/pfe-avatar": "^1.0.0-prerelease.56",
"@patternfly/pfe-band": "^1.0.0-prerelease.56",
"@patternfly/pfe-card": "^1.0.0-prerelease.56",
"@patternfly/pfe-cta": "^1.0.0-prerelease.56",
"@patternfly/pfe-datetime": "^1.0.0-prerelease.56",
"@patternfly/pfe-icon": "^1.0.0-prerelease.56",
"@patternfly/pfe-styles": "^1.0.0-prerelease.56",
"asciidoctor": "^2.2.0",
"dateformat": "^3.0.3",
"feed": "^4.2.1",
"feedparser": "^2.2.10",
"fs-extra": "^9.0.1",
"html-to-text": "^6.0.0",
"jsdom": "^16.4.0",
"node-fetch": "^2.6.1",
"typescript": "^3.9.7",
"yaml": "^1.10.0"
}
}