3 changed files with 40 additions and 7 deletions
@ -1,3 +1,4 @@ |
|||||
# jpclwe-materialIcons |
# jpclwe-materialIcons |
||||
|
> jpc-like-website - extension |
||||
|
|
||||
Extension that enables the user to use material-design icons from goole |
Extension that enables the user to use material-design icons from goole |
||||
|
@ -0,0 +1,21 @@ |
|||||
|
{ |
||||
|
"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": "http://git.labos.goip.de/chris/jpclwe-materialIcons.git" |
||||
|
}, |
||||
|
"license": "ISC", |
||||
|
"author": "cm", |
||||
|
"type": "commonjs", |
||||
|
"main": "icons.js", |
||||
|
"scripts": { |
||||
|
"test": "echo \"Error: no test specified\" && exit 1" |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue