blob: ac2274a15cf94ccbb2863ff8cfc3a9a5deff72cd [file] [log] [blame]
{
"name": "apache-annotator-website",
"version": "1.0.0",
"description": "A website for the Apache Annotator incubator project.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "(cd annotator && yarn run web:build) && rm -rf content/demo content/style.css && cp -r annotator/web/dist/demo content/demo && cp annotator/web/dist/style.css content/",
"postinstall": "cd annotator && yarn install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apache/incubator-annotator-website.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/incubator-annotator-website/issues"
},
"homepage": "https://github.com/apache/incubator-annotator-website#readme"
}