lion/packages/progress-indicator/package.json
2020-10-12 17:05:23 +02:00

47 lines
1.2 KiB
JSON

{
"name": "@lion/progress-indicator",
"version": "0.2.0",
"description": "A progress indicator that is easily styleable and accessible in all contexts",
"license": "MIT",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/progress-indicator"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.d.ts",
"*.js",
"src",
"test",
"translations",
"types"
],
"scripts": {
"debug": "cd ../../ && yarn debug --group progress-indicator",
"debug:firefox": "cd ../../ && yarn debug:firefox --group progress-indicator",
"debug:webkit": "cd ../../ && yarn debug:webkit --group progress-indicator",
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test:browser --group progress-indicator"
},
"sideEffects": [
"lion-progress-indicator.js"
],
"dependencies": {
"@lion/core": "0.13.0",
"@lion/localize": "0.14.5"
},
"keywords": [
"lion",
"loading-indicator",
"progress-indicator",
"spinner",
"web-components"
],
"publishConfig": {
"access": "public"
}
}