29 lines
577 B
JSON
29 lines
577 B
JSON
{
|
|
"name": "@jamescoyle/svg-icon",
|
|
"version": "0.2.1",
|
|
"description": "Icon webcomponent",
|
|
"main": "lib/svg-icon.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JamesCoyle/svg-icon.git"
|
|
},
|
|
"keywords": [
|
|
"webcomponents",
|
|
"icon",
|
|
"mdi",
|
|
"pictogrammers"
|
|
],
|
|
"author": "Pictogrammers, James Coyle",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/JamesCoyle/svg-icon/issues"
|
|
},
|
|
"homepage": "https://github.com/JamesCoyle/svg-icon#readme"
|
|
} |