lion/packages/button/package.json
2020-04-02 16:25:41 +02:00

42 lines
998 B
JSON

{
"name": "@lion/button",
"version": "0.5.10",
"description": "A button that is easily styleable and accessible in all contexts",
"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/button"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test --grep \"packages/button/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/button/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"button"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "0.5.0"
},
"devDependencies": {
"@polymer/iron-test-helpers": "^3.0.1"
}
}