-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 727 Bytes
/
Copy pathbower.json
File metadata and controls
25 lines (25 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "codeicons",
"description": "A simple icons collection for development languages, programming tools and other work environment.",
"keywords": [ "codeicons", "font", "programming", "tools", "development", "languages", "icons", "svg", "devicons" ],
"version": "1.3.0",
"homepage": "https://sp0ne.github.io/codeicons/",
"license": "MIT",
"main": [
"css/codeicons.css",
"fonts/codeicons.eot",
"fonts/codeicons.svg",
"fonts/codeicons.ttf",
"fonts/codeicons.woff"
],
"ignore": [
"**/*.txt",
"*.json",
"_*"
],
"repository": {
"type": "git",
"url": "https://github.com/Sp0ne/codeicons.git"
},
"authors": [ "Vinces <hello@vinces.io> (https://vinces.io)" ]
}