lion/packages/accordion/package.json
CircleCI 0ca47f55e7 chore: release new versions
- @lion/accordion@0.1.0
2020-06-18 12:47:21 +00:00

42 lines
1.1 KiB
JSON

{
"name": "@lion/accordion",
"version": "0.1.0",
"description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.",
"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/accordion"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"start": "cd ../../ && yarn dev-server --open packages/tabs/README.md",
"test": "cd ../../ && yarn test:browser --grep \"packages/tabs/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/tabs/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"accordion"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"test",
"translations",
"*.js"
],
"sideEffects": [
"lion-accordion.js"
],
"dependencies": {
"@lion/core": "0.7.1"
}
}