lion/packages/checkbox-group/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

47 lines
1.2 KiB
JSON

{
"name": "@lion/checkbox-group",
"version": "0.9.3",
"description": "A container for multiple checkboxes",
"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/checkbox-group"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"start": "cd ../../ && yarn dev-server --open packages/checkbox-group/README.md",
"test": "cd ../../ && yarn test:browser --grep \"packages/checkbox-group/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/checkbox-group/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"checkbox-group"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"sideEffects": [
"lion-checkbox.js",
"lion-checkbox-group.js"
],
"dependencies": {
"@lion/choice-input": "0.9.1",
"@lion/core": "0.6.0",
"@lion/fieldset": "0.12.0",
"@lion/input": "0.6.1"
}
}