You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
844 B
32 lines
844 B
{
|
|
"name": "jpclwe-materialicons",
|
|
"version": "1.0.0",
|
|
"description": "Module adding material icons to the jpc-like-websites components",
|
|
"keywords": [
|
|
"jpc",
|
|
"jpclwe",
|
|
"extension"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.labos.goip.de/chris/jpclwe-materialIcons.git"
|
|
},
|
|
"license": "",
|
|
"author": "cm",
|
|
"type": "commonjs",
|
|
"main": "icons.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"jpclw-extension": "git+https://git.labos.goip.de/chris/jpclw-extension.git"
|
|
},
|
|
"devDependencies": {
|
|
"jpc-like-websites": "git+https://git.labos.goip.de/chris/jpc-like-websites.git",
|
|
"@eslint/css": "^0.7.0",
|
|
"@eslint/js": "^9.26.0",
|
|
"@eslint/json": "^0.12.0",
|
|
"eslint": "^9.26.0",
|
|
"globals": "^16.1.0"
|
|
}
|
|
}
|
|
|