blob: 05a95f22e4677b2cc7eec980de209d18d1dd6925 [file] [log] [blame]
{
"name": "ekko-lightbox",
"description": "A lightbox gallery plugin for Bootstrap based on the modal plugin",
"version": "5.3.0",
"keywords": [
"lightbox",
"gallery",
"bootstrap",
"jquery",
"modal"
],
"homepage": "https://github.com/ashleydw/lightbox",
"author": "ashleydw <hello@ashleyd.ws>",
"main": "dist/ekko-lightbox.min.js",
"style": "dist/ekko-lightbox.css",
"less": "ekko-lightbox.less",
"repository": {
"type": "git",
"url": "https://github.com/ashleydw/lightbox.git"
},
"bugs": {
"url": "https://github.com/ashleydw/lightbox/issues"
},
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.config.js -p",
"start": "NODE_ENV=development webpack-serve --open --no-clipboard --content ./ --config webpack.config.js --hot --colors --inline"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.13.2",
"css-hot-loader": "^1.3.9",
"css-loader": "^0.28.11",
"cssnano": "^3.7.4",
"less": "^3.0.2",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"postcss-loader": "^2.1.4",
"raw-loader": "^0.5.1",
"style-loader": "^0.21.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-serve": "^0.3.2"
},
"npmName": "ekko-lightbox",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*"
]
}
]
}