vue-photo-collage
Version:
A photo collage component for Vue.js
44 lines (43 loc) • 1.11 kB
JSON
{
"name": "vue-photo-collage",
"version": "1.0.5",
"description": "A photo collage component for Vue.js",
"main": "./dist/library.common.js",
"module": "./dist/library.esm.js",
"unpkg": "./dist/library.browser.js",
"type": "module",
"scripts": {
"build": "rimraf dist && rollup -c --environment BUILD:production",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seanghay/vue-photo-collage.git"
},
"keywords": [
"vue",
"vue2",
"collage"
],
"author": "Seanghay Yath <seanghay.dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/seanghay/vue-photo-collage/issues"
},
"homepage": "https://github.com/seanghay/vue-photo-collage#readme",
"devDependencies": {
"rimraf": "^3.0.2",
"rollup": "^2.61.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-vue": "^5.1.9"
},
"dependencies": {
"vue": "^2.6.14"
},
"files": [
"dist/library.browser.js",
"dist/library.common.js",
"dist/library.esm.js"
]
}