simple-icons/package.json

27 lines
635 B
JSON
Raw Normal View History

2017-05-10 15:08:35 +00:00
{
"name": "simple-icons",
2017-09-19 22:42:59 +00:00
"version": "1.2.0",
2017-05-10 15:08:35 +00:00
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [
"svg",
"icons"
],
"main": "index.js",
2017-09-17 02:17:42 +00:00
"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",
2017-09-11 19:53:21 +00:00
"devDependencies": {
"jsonlint": "^1.6.2"
},
"scripts": {
2017-09-13 14:21:34 +00:00
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema"
2017-09-11 19:53:21 +00:00
}
2017-05-10 15:08:35 +00:00
}