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