-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 822 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 822 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
{
"name": "@hackernoon/pixel-icon-library",
"version": "1.0.6",
"description": "Pixel Icon Library is meticulously designed on a 24px grid to give your project the perfectly pixelated vibe. Inspired by (and in use on) HackerNoon.com’s retro design vibe, these icons capture the essence of the internet's good old days. Open source and free to use on personal and commercial projects.",
"homepage": "https://pixeliconlibrary.com",
"keywords": [
"hackernoon",
"pixelated",
"icon",
"icon library",
"icon pack"
],
"files": [
"fonts/",
"icons/",
"LICENSE",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/hackernoon/pixel-icon-library"
},
"license": "MIT",
"devDependencies": {
"fantasticon": "^4.1.0"
}
}