lion/packages/switch/package.json
CircleCI 610b908f62 chore: release new versions
- @lion/switch@0.1.1
2019-10-24 09:04:42 +00:00

48 lines
1 KiB
JSON

{
"name": "@lion/switch",
"version": "0.1.1",
"description": "A Switch is used for switching a property or feature on and off",
"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/switch"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js"
},
"keywords": [
"lion",
"web-components",
"switch"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/button": "^0.3.29",
"@lion/choice-input": "^0.2.39",
"@lion/core": "^0.2.1",
"@lion/field": "^0.3.3"
},
"devDependencies": {
"@lion/form": "^0.1.68",
"@lion/localize": "^0.4.20",
"@lion/validate": "^0.2.37",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.3.4",
"sinon": "^7.2.2"
}
}