mirror of https://github.com/istio/istio.io.git
30 lines
829 B
JSON
30 lines
829 B
JSON
{
|
|
"name": "istio.io",
|
|
"version": "1.0.0",
|
|
"description": "This repository contains the source code for the [istio.io](https://istio.io), [preliminary.istio.io](https://preliminary.istio.io) and [archive.istio.io](https://archive.istio.io) sites.",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/istio/istio.io.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/istio/istio.io/issues"
|
|
},
|
|
"homepage": "https://github.com/istio/istio.io#readme",
|
|
"devDependencies": {
|
|
"markdown-spellcheck": "^1.3.1",
|
|
"sass": "^1.15.2",
|
|
"svgstore-cli": "^1.3.1",
|
|
"uglify-js": "^3.4.9"
|
|
}
|
|
}
|