lion/packages/overlays/package.json
CircleCI 0ff4199f1f chore: release new versions
- @lion/dialog@0.4.18
 - @lion/form-system@0.7.12
 - @lion/input-datepicker@0.11.7
 - @lion/overlays@0.13.3
 - @lion/select-rich@0.15.4
 - @lion/tooltip@0.8.13
2020-05-06 15:22:51 +00:00

42 lines
984 B
JSON

{
"name": "@lion/overlays",
"version": "0.13.3",
"description": "Overlays System using lit-html for rendering",
"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/overlays"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test --grep \"packages/overlays/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/overlays/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"overlays"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"test-helpers",
"test-suites",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "0.5.2",
"popper.js": "^1.15.0"
}
}