mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"name": "generateapidocs",
|
|
"version": "0.1.0",
|
|
"description": "Generates API documentation for Vue components.",
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"Vue",
|
|
"DocGen",
|
|
"JSDoc",
|
|
"Component",
|
|
"Documentation"
|
|
],
|
|
"author": "Jeff Sagal",
|
|
"license": "MIT"
|
|
}
|