You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
629 B
26 lines
629 B
5 months ago
|
{
|
||
|
"name": "vue-resize-sensor",
|
||
|
"version": "2.0.0",
|
||
|
"description": "detect container resizing",
|
||
|
"main": "src/resize-sensor.vue",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/FranckFreiburger/vue-resize-sensor.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"vue2",
|
||
|
"detect",
|
||
|
"element",
|
||
|
"resize"
|
||
|
],
|
||
|
"author": "Franck FREIBURGER",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/FranckFreiburger/vue-resize-sensor/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/FranckFreiburger/vue-resize-sensor#readme"
|
||
|
}
|