simple-icons/package.json
Johan Fagerberg 9a802e02f7
Version bump
2018-07-20 02:40:08 +02:00

27 lines
636 B
JSON

{
"name": "simple-icons",
"version": "1.6.6",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [
"svg",
"icons"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/simple-icons/simple-icons.git"
},
"bugs": {
"url": "https://github.com/simple-icons/simple-icons/issues"
},
"author": "Simple Icons Collaborators",
"license": "CC0",
"devDependencies": {
"jsonlint2": "^1.7.1"
},
"scripts": {
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema"
}
}