-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
23 lines (23 loc) · 1.04 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "va-gov/content-build",
"description": "Front-end for VA.gov. This repository contains the code that generates the www.va.gov website. It contains a Metalsmith static site builder that uses a Drupal CMS for content. This file is here to publish releases to https://packagist.org/packages/va-gov/content-build, so that the CMS CI system can install it and update it using standard composer processes, and so that we can run tests across both systems. See https://github.com/department-of-veterans-affairs/va.gov-cms for the CMS repo, and stand by for more documentation.",
"type": "node-project",
"require": {
},
"license": "CC0-1.0",
"authors": [
{
"name": "VA.gov Team",
"homepage": "https://github.com/department-of-veterans-affairs/content-build/graphs/contributors"
}
],
"minimum-stability": "dev",
"extra": {
"installer-types": ["node-project"],
"installer-paths": {
"web/": [
"type:node-project"
]
}
}
}