primevue-mirror/package-build.json

28 lines
658 B
JSON
Raw Normal View History

2020-12-29 18:25:30 +00:00
{
"name": "primevue",
2021-07-26 07:16:41 +00:00
"version": "3.6.0-SNAPSHOT",
2020-12-29 18:25:30 +00:00
"homepage": "https://www.primefaces.org/primevue",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primevue.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/primefaces/primevue/issues"
},
"keywords": [
"primevue",
"vue",
"ui framework",
"component framework",
"ui library",
"component library",
"material",
"bootstrap"
2021-05-12 09:35:29 +00:00
],
"web-types": "./web-types.json",
"vetur": {
"tags": "./vetur-tags.json",
"attributes": "./vetur-attributes.json"
}
2020-12-29 18:25:30 +00:00
}