vue-packery-plugin
Version:
a vue.js packery plugin
34 lines (33 loc) • 780 B
JSON
{
"name": "vue-packery-plugin",
"version": "1.4.8",
"description": "a vue.js packery plugin",
"main": "./dist/build.js",
"scripts": {
"babel": "babel --presets env src/index.js -o dist/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t-k-f/vue-packery-plugin.git"
},
"keywords": [
"packery",
"vue",
"plugin"
],
"author": "Jan Thoma",
"license": "MIT",
"dependencies": {
"packery": "^2.1.1"
},
"bugs": {
"url": "https://github.com/t-k-f/vue-packery-plugin/issues"
},
"homepage": "https://github.com/t-k-f/vue-packery-plugin#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-minify": "^0.4.3"
}
}