nk-lightbox
Version:
Lightbox or model box
38 lines (37 loc) • 839 B
JSON
{
"name": "nk-lightbox",
"version": "1.0.0",
"description": "Lightbox or model box",
"main": "index.js",
"scripts": {
"test": "nodemon node server.js",
"dev": "webpack",
"prod": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saeed3e/nk-lightbox.git"
},
"keywords": [
"nk-lightbox",
"lightbox",
"naukri",
"model",
"dialog"
],
"author": "Mohd Saeed",
"license": "ISC",
"bugs": {
"url": "https://github.com/saeed3e/nk-lightbox/issues"
},
"homepage": "https://github.com/saeed3e/nk-lightbox#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"file-loader": "^1.1.11",
"node-sass": "^4.8.3",
"rollup-plugin-babel": "^3.0.4",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
}
}