bigpicture
Version:
Lightweight image and video viewer, supports youtube / vimeo
44 lines (43 loc) • 898 B
JSON
{
"name": "bigpicture",
"version": "2.6.4",
"description": "Lightweight image and video viewer, supports youtube / vimeo",
"main": "index.js",
"types": "index.d.ts",
"module": "src/BigPicture.js",
"scripts": {
"build": "rollup -c",
"start": "run-p serve autobuild",
"serve": "live-server example_page",
"autobuild": "rollup -c -w"
},
"release-it": {
"hooks": {
"after:bump": "npm run build"
}
},
"repository": {
"type": "git",
"url": "https://github.com/henrygd/bigpicture"
},
"keywords": [
"lightbox",
"gallery",
"photo",
"image",
"video",
"youtube",
"vimeo",
"iframe"
],
"author": "Henry Dollman <hank@henrygd.me>",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"live-server": "^1.2.1",
"npm-run-all2": "^7.0.2",
"rollup": "^1.10.1",
"rollup-plugin-size": "^0.2.0",
"rollup-plugin-terser": "^4.0.4"
}
}