vue-foldable
Version:
foldable component for vue.js
27 lines (26 loc) • 653 B
JSON
{
"name": "vue-foldable",
"version": "1.0.0",
"description": "foldable component for vue.js",
"repository": {
"url": "git+https://github.com/ulivz/vue-foldable.git",
"type": "git"
},
"main": "dist/vue-foldable.cjs.js",
"module": "dist/vue-foldable.es.js",
"unpkg": "dist/vue-foldable.js",
"jsdelivr": "dist/vue-foldable.js",
"sideEffects": false,
"bugs": {
"url": "https://github.com/ulivz/vue-foldable/issues"
},
"homepage": "https://github.com/ulivz/vue-foldable#readme",
"author": "ULIVZ <chl814@foxmail.com>",
"license": "MIT",
"keywords": [
"vue",
"foldable",
"callapse",
"summary"
]
}