forked from Remix-Design/RemixIcon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 773 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 773 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
{
"name": "remixicon",
"version": "2.5.0",
"description": "Remix Icon is a set of open source neutral style system symbols elaborately crafted for designers and developers. All of the icons are free to use for both personal and commercial.",
"homepage": "https://remixicon.com",
"keywords": [
"remixicon", "remix", "icon", "icon library", "icon pack"
],
"files": [
"fonts/",
"icons/",
"License",
"package.json",
"README_CN.md",
"README.md"
],
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "https://github.com/Remix-Design/remixicon.git"
},
"bugs": "https://github.com/Remix-Design/remixicon/issues",
"contributors": ["Wendy Gao <wendygaoyuan@163.com>", "Jimmy Cheung <jimmy@remixdesign.cn>"]
}