lion/packages/button/package.json
CircleCI e3389ad233 chore: release new versions
- @lion/button@0.4.3
 - @lion/calendar@0.5.4
 - @lion/checkbox-group@0.4.1
 - @lion/fieldset@0.5.4
 - @lion/form-system@0.2.11
 - @lion/form@0.3.11
 - @lion/input-datepicker@0.6.4
 - @lion/popup@0.4.6
 - @lion/radio-group@0.4.1
 - @lion/select-rich@0.8.3
 - @lion/switch@0.3.13
2019-12-11 15:20:34 +00:00

46 lines
1,004 B
JSON

{
"name": "@lion/button",
"version": "0.4.3",
"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.3.0"
},
"devDependencies": {
"@lion/form": "0.3.11",
"@lion/icon": "0.2.10",
"@lion/input": "0.4.0",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.3.4",
"@polymer/iron-test-helpers": "^3.0.1",
"sinon": "^7.2.2"
}
}