mirror of
https://github.com/konpa/devicon.git
synced 2025-01-17 21:48:28 +01:00
31 lines
658 B
JSON
31 lines
658 B
JSON
{
|
|
"name": "devicon",
|
|
"version": "2.0.0",
|
|
"description": "Programming related icons collection",
|
|
"main": "devicon.min.css",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/konpa/devicon.git"
|
|
},
|
|
"keywords": [
|
|
"programming",
|
|
"icons",
|
|
"svg"
|
|
],
|
|
"author": "konpa",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/konpa/devicon/issues"
|
|
},
|
|
"homepage": "http://devicon.fr/",
|
|
"devDependencies": {
|
|
"gulp": "^3.8.10",
|
|
"gulp-concat-css": "^2.0.0",
|
|
"gulp-minify-css": "^0.4.3",
|
|
"gulp-plumber": "^0.6.6"
|
|
}
|
|
}
|