lion/packages/calendar/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

45 lines
1.1 KiB
JSON

{
"name": "@lion/calendar",
"version": "0.8.0",
"description": "Standalone calendar",
"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",
"start": "cd ../../ && yarn dev-server --open packages/calendar/README.md",
"test": "cd ../../ && yarn test:browser --grep \"packages/calendar/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/calendar/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"calendar"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"test-helpers",
"translations",
"*.js"
],
"sideEffects": [
"lion-calendar.js"
],
"dependencies": {
"@lion/core": "0.6.0",
"@lion/localize": "0.10.0"
}
}