lion/packages/calendar/package.json
Mikhail Bashkirov 9fc5488175 feat(calendar): add reusable calendar
Co-authored-by: Erik Kroes <erik.kroes@ing.com>
Co-authored-by: Gerjan van Geest <gerjan.van.geest@ing.com>
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
Co-authored-by: Thomas Allmer <thomas.allmer@ing.com>
2019-05-13 17:46:00 +02:00

43 lines
897 B
JSON

{
"name": "@lion/calendar",
"version": "0.0.0",
"description": "Reusable calendar component",
"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/calendar"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js"
},
"keywords": [
"lion",
"web-components",
"calendar"
],
"main": "index.js",
"module": "index.js",
"files": [
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "^0.1.4",
"@lion/localize": "^0.1.7"
},
"devDependencies": {
"@lion/button": "^0.1.7",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.11.1",
"sinon": "^7.2.2"
}
}