simple-icons/package.json
Johan Fagerberg 9ef370f7fe
Version bump
2018-08-19 14:08:28 +02:00

29 lines
700 B
JSON

{
"name": "simple-icons",
"version": "1.8.4",
"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",
"svglint": "^1.0.2"
},
"scripts": {
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
"svglint": "svglint icons/* --ci"
}
}