mirror of
https://github.com/atisawd/boxicons.git
synced 2025-01-16 18:48:15 +01:00
19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|
"name": "boxicons",
|
|
"authors": [
|
|
"atisawd <atisawd@gmail.com>"
|
|
],
|
|
"description": "High Quality Web Icons",
|
|
"main": "./dist/boxicons.js",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/atisawd/boxicons",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"*.md"
|
|
]
|
|
}
|