33 lines
743 B
JSON
33 lines
743 B
JSON
{
|
|
"name": "simple-line-icons",
|
|
"version": "2.5.5",
|
|
"description": "Simple and elegant line icons.",
|
|
"main": "dist/styles/simple-line-icons.css",
|
|
"scripts": {
|
|
"test": "node scripts/build",
|
|
"build": "node scripts/build",
|
|
"postbuild": "cp -r dist/ docs/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/thesabbir/simple-line-icons.git"
|
|
},
|
|
"keywords": [
|
|
"icon",
|
|
"simple-icons",
|
|
"simple-line-icons",
|
|
"line",
|
|
"css",
|
|
"webfont"
|
|
],
|
|
"author": "Sabbir Ahmed",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/thesabbir/simple-line-icons/issues"
|
|
},
|
|
"homepage": "https://thesabbir.github.io/simple-line-icons",
|
|
"dependencies": {
|
|
"less": "^3.12.2"
|
|
}
|
|
}
|