lion/packages/select/package.json
2020-01-16 15:47:59 +01:00

43 lines
897 B
JSON

{
"name": "@lion/select",
"version": "0.5.0",
"description": "Provide a set of options where you can select one",
"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/select"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js"
},
"keywords": [
"lion",
"web-components",
"select"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "0.4.0",
"@lion/field": "0.8.0"
},
"devDependencies": {
"@lion/validate": "0.6.0",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/testing": "^2.3.4"
}
}