mirror of
https://github.com/atisawd/boxicons.git
synced 2024-11-13 19:04:52 +01:00
18 lines
349 B
JSON
18 lines
349 B
JSON
{
|
|
"name": "boxicons",
|
|
"authors": [
|
|
"atisawd <atisawd@gmail.com>"
|
|
],
|
|
"description": "High Quality web friendly icons",
|
|
"main": "./dist/boxicons.js",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/atisawd/boxicons",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"*.md"
|
|
]
|
|
}
|