forked from iconic/open-iconic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 912 Bytes
/
package.json
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
31
32
33
34
35
36
{
"name": "open-iconic",
"description": "An open source icon set with marks in SVG, sprite, webfont and raster format",
"version": "1.1.1",
"keywords": ["icon", "iconic", "open-iconic", "svg", "sprite", "font", "png", "webp"],
"homepage": "http://useiconic.com/open-iconic/",
"author": {
"name": "Iconic",
"email": "[email protected]",
"web": "http://useiconic.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/iconic/open-iconic.git"
},
"contributors": [
{
"name": "P.J. Onori",
"web": "http://twitter.com/somerandomdude"
},
{
"name": "Dave Johnson",
"web": "http://twitter.com/protodave"
}
],
"licenses": [
{
"type": "MIT License",
"url": "http://opensource.org/licenses/mit-license.html"
},
{
"type": "SIL OFL 1.1",
"url": "http://scripts.sil.org/OFL"
}
]
}