vue-binpacker-plugin
Version:
a vue.js binpacker plugin
34 lines (33 loc) • 864 B
JSON
{
"name": "vue-binpacker-plugin",
"version": "3.1.6",
"type": "module",
"description": "a vue.js binpacker plugin",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/five-agency/vue-binpacker-plugin.git"
},
"keywords": [
"packery",
"binpacker",
"vue",
"plugin"
],
"author": "Jan Thoma",
"license": "MIT",
"bugs": {
"url": "https://github.com/five-agency/vue-binpacker-plugin/issues"
},
"homepage": "https://github.com/five-agency/vue-binpacker-plugin#readme",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^10.5.0",
"globals": "^17.6.0"
}
}