-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackages.json
More file actions
30 lines (30 loc) · 793 Bytes
/
Copy pathpackages.json
File metadata and controls
30 lines (30 loc) · 793 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
26
27
28
29
30
{
"name": "codeicons",
"description": "A simple icons collection for development languages, programming tools and other work environment.",
"version": "1.3.0",
"keywords": ["codeicons", "font", "programming", "tools", "development", "languages", "icons", "svg", "devicons" ],
"homepage": "https://sp0ne.github.io/codeicons/",
"bugs": {
"url" : "https://github.com/sp0ne/codeicons/issues"
},
"author": {
"name": "Vinces",
"email": "hello@vinces.io",
"web": "https://vinces.io"
},
"repository": {
"type": "git",
"url": "https://github.com/Sp0ne/codeicons.git"
},
"licenses":
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.html"
}
,
"dependencies": {
},
"engines" : {
"node" : ">=0.10.3"
}
}