lion/packages/button/package.json
CircleCI 2b2e1eaff5 chore: release new versions
- @lion/button@0.5.5
 - @lion/form-system@0.4.5
 - @lion/select-rich@0.10.3
2020-02-14 14:19:15 +00:00

43 lines
920 B
JSON

{
"name": "@lion/button",
"version": "0.5.5",
"description": "A button that is easily styleable and accessible in all contexts",
"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/button"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js"
},
"keywords": [
"lion",
"web-components",
"button"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "0.4.3"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/testing": "^2.5.0",
"@polymer/iron-test-helpers": "^3.0.1",
"sinon": "^7.2.2"
}
}