lion/packages/dialog/package.json
Thomas Allmer bcd074d1fb feat: use markdown javascript (mdjs) for documentation
Co-authored-by: CubLion <alex.ghiu@ing.com>
2020-05-29 17:01:15 +02:00

43 lines
1.1 KiB
JSON

{
"name": "@lion/dialog",
"version": "0.6.3",
"description": "Show relative overlay content on click, as a webcomponent",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/dialog"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"start": "cd ../../ && yarn dev-server --open packages/dialog/README.md",
"test": "cd ../../ && yarn test:browser --grep \"packages/dialog/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/dialog/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"dialog"
],
"main": "index.js",
"module": "index.js",
"files": [
"src",
"stories",
"test",
"*.js"
],
"sideEffects": [
"lion-dialog.js",
"./stories/styled-dialog-content.js"
],
"dependencies": {
"@lion/core": "0.6.0",
"@lion/overlays": "0.15.3"
}
}