simple-icons/package.json
Johan Fagerberg fa019be40c
Version bump
2017-12-11 14:50:50 +01:00

27 lines
636 B
JSON

{
"name": "simple-icons",
"version": "1.2.16",
"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": {
"jsonlint": "^1.6.2"
},
"scripts": {
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema"
}
}