mirror of
https://github.com/konpa/devicon.git
synced 2025-01-17 13:38:15 +01:00
26 lines
485 B
JSON
26 lines
485 B
JSON
{
|
|
"name": "devicon",
|
|
"version": "2.2.0",
|
|
"main": "devicon.min.css",
|
|
"ignore": [
|
|
".jshintrc",
|
|
"**/*.txt"
|
|
],
|
|
"homepage": "http://konpa.github.io/devicon/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/konpa/devicon.git"
|
|
},
|
|
"authors": [
|
|
"konpa <julien@konpa.fr> (http://konpa.fr)"
|
|
],
|
|
"description": "Programming related icons collection",
|
|
"keywords": [
|
|
"programming",
|
|
"icons",
|
|
"svg",
|
|
"font"
|
|
],
|
|
"license": "MIT"
|
|
}
|