1
0
mirror of https://github.com/konpa/devicon.git synced 2025-02-24 09:12:36 +01:00
devicon/package.json

32 lines
670 B
JSON
Raw Normal View History

{
"name": "devicon",
2016-06-18 11:23:53 +01:00
"version": "2.2.0",
"description": "Programming related icons collection",
2015-06-18 07:57:43 +02:00
"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",
2015-06-18 08:25:11 +02:00
"svg",
"font"
],
"author": "konpa",
"license": "MIT",
"bugs": {
"url": "https://github.com/konpa/devicon/issues"
},
2015-06-18 07:57:43 +02:00
"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"
}
}