2017-05-10 18:08:35 +03:00
|
|
|
{
|
|
|
|
"name": "simple-icons",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "SVG icons for popular brands https://simpleicons.org",
|
|
|
|
"homepage": "https://www.simpleicons.org",
|
|
|
|
"keywords": [
|
|
|
|
"svg",
|
|
|
|
"icons"
|
|
|
|
],
|
2017-09-16 23:49:58 +03:00
|
|
|
"main": "index.js",
|
2017-05-10 18:08:35 +03:00
|
|
|
"repository": "git@github.com:danleech/simple-icons.git",
|
|
|
|
"author": "Dan Leech",
|
2017-09-11 22:53:21 +03:00
|
|
|
"license": "CCO",
|
|
|
|
"devDependencies": {
|
|
|
|
"jsonlint": "^1.6.2"
|
2017-09-11 22:56:40 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-09-13 17:21:34 +03:00
|
|
|
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema"
|
2017-09-11 22:53:21 +03:00
|
|
|
}
|
2017-05-10 18:08:35 +03:00
|
|
|
}
|