wtc-modal-view
Version:
A simple, unopinionated modal class.
41 lines (40 loc) • 1.3 kB
JSON
{
"name": "wtc-modal-view",
"version": "3.4.0",
"description": "A simple, unopinionated modal class.",
"homepage": "https://github.com/wethegit/wtc-modal-view#readme",
"author": "Marlon Marcello <marlon@wethecollective.com> (http://wethecollective.com)",
"contributors": [
{
"name": "Andrew Rubin",
"email": "andrew@wethecollective.com",
"url": "http://wethecollective.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wethegit/wtc-modal-view.git"
},
"keywords": [
"wtc"
],
"source": "src/wtc-modal-view.js",
"style": "dist/wtc-modal-view.css",
"main": "dist/wtc-modal-view.js",
"module": "dist/wtc-modal-view.module.js",
"umd:main": "dist/wtc-modal-view.umd.js",
"unpkg": "dist/wtc-modal-view.umd.js",
"scripts": {
"build": "rm -rf dist; npm run document; microbundle; npx node-sass --output-style compressed src/wtc-modal-view.scss dist/wtc-modal-view.css",
"dev": "microbundle watch",
"prepare": "npm run build",
"document": "npx jsdoc -c jsdoc.json && npx doxdox src/wtc-modal-view.js --layout markdown --output README.md"
},
"devDependencies": {
"doxdox": "^3.0.0",
"jsdoc": "^3.6.4",
"microbundle": "^0.12.0",
"node-sass": "^4.14.1"
}
}