2017-05-10 17:08:35 +02:00
|
|
|
{
|
|
|
|
"name": "simple-icons",
|
2019-02-03 20:46:48 +02:00
|
|
|
"version": "1.9.19",
|
2017-05-10 17:08:35 +02:00
|
|
|
"description": "SVG icons for popular brands https://simpleicons.org",
|
|
|
|
"homepage": "https://www.simpleicons.org",
|
|
|
|
"keywords": [
|
|
|
|
"svg",
|
|
|
|
"icons"
|
|
|
|
],
|
2017-09-16 22:49:58 +02: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": {
|
2018-09-09 21:58:53 +02:00
|
|
|
"jest": "^23.5.0",
|
2018-08-16 11:33:32 +02:00
|
|
|
"jsonlint2": "^1.7.1",
|
|
|
|
"svglint": "^1.0.2"
|
2017-09-11 21:56:40 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-08-16 11:33:32 +02:00
|
|
|
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
|
2018-08-26 23:23:57 +02:00
|
|
|
"svglint": "svglint icons/* --ci",
|
|
|
|
"prepublishOnly": "node scripts/prepublish.js",
|
2018-09-09 21:58:53 +02:00
|
|
|
"postpublish": "rm icons/*.js index.js",
|
2018-09-11 12:32:16 +02:00
|
|
|
"test": "jest",
|
|
|
|
"pretest": "npm run prepublishOnly",
|
|
|
|
"posttest": "npm run postpublish"
|
2017-09-11 21:53:21 +02:00
|
|
|
}
|
2017-05-10 17:08:35 +02:00
|
|
|
}
|