2015-06-18 09:39:02 +02:00
|
|
|
{
|
|
|
|
"name": "devicon",
|
2017-05-31 08:52:13 +01:00
|
|
|
"version": "2.2.0",
|
2015-06-18 09:39:02 +02:00
|
|
|
"main": "devicon.min.css",
|
2015-06-18 09:49:03 +02:00
|
|
|
"ignore": [
|
|
|
|
".jshintrc",
|
|
|
|
"**/*.txt"
|
|
|
|
],
|
2017-05-31 08:52:13 +01:00
|
|
|
"homepage": "http://konpa.github.io/devicon/",
|
2015-06-18 09:39:02 +02:00
|
|
|
"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"
|
|
|
|
}
|