-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1001 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
{
"name": "jbossorg",
"version": "1.0.0",
"description": "JBoss.org website",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node index.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",
"dependencies": {
"@patternfly/pfe-avatar": "^1.0.0-prerelease.45",
"@patternfly/pfe-band": "^1.0.0-prerelease.45",
"@patternfly/pfe-card": "^1.0.0-prerelease.45",
"@patternfly/pfe-cta": "^1.0.0-prerelease.45",
"@patternfly/pfe-datetime": "^1.0.0-prerelease.45",
"@patternfly/pfe-icon": "^1.0.0-prerelease.45",
"@patternfly/pfe-styles": "^1.0.0-prerelease.45",
"asciidoctor": "^2.2.0",
"fs-extra": "^9.0.0",
"typescript": "^3.8.3",
"yaml": "^1.9.2"
}
}