2017-05-10 18:08:35 +03:00
|
|
|
{
|
|
|
|
"name": "simple-icons",
|
2019-07-14 15:24:51 +03:00
|
|
|
"version": "1.11.0",
|
2017-05-10 18:08:35 +03:00
|
|
|
"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-09-17 05:17:42 +03: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",
|
2019-02-12 21:01:35 +03:00
|
|
|
"license": "CC0-1.0",
|
2017-09-11 22:53:21 +03:00
|
|
|
"devDependencies": {
|
2019-04-23 01:41:13 +03:00
|
|
|
"editorconfig-checker": "^2.0.8",
|
2019-02-22 18:35:27 +03:00
|
|
|
"jest": "^24.1.0",
|
2018-08-16 12:33:32 +03:00
|
|
|
"jsonlint2": "^1.7.1",
|
2019-07-14 22:05:38 +03:00
|
|
|
"svglint": "^1.0.4",
|
2019-07-15 17:14:50 +03:00
|
|
|
"svgo": "^1.3.0",
|
2019-07-14 22:05:38 +03:00
|
|
|
"uglify-js": "^3.6.0"
|
2017-09-11 22:56:40 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-08-16 12:33:32 +03:00
|
|
|
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
|
2018-08-27 00:23:57 +03:00
|
|
|
"svglint": "svglint icons/* --ci",
|
2019-04-23 01:41:13 +03:00
|
|
|
"wslint": "editorconfig-checker --ignore",
|
2018-08-27 00:23:57 +03:00
|
|
|
"prepublishOnly": "node scripts/prepublish.js",
|
2018-09-09 22:58:53 +03:00
|
|
|
"postpublish": "rm icons/*.js index.js",
|
2018-09-11 13:32:16 +03:00
|
|
|
"test": "jest",
|
|
|
|
"pretest": "npm run prepublishOnly",
|
2019-07-15 17:14:50 +03:00
|
|
|
"posttest": "npm run postpublish",
|
|
|
|
"svgo": "svgo --config=./.svgo.yml"
|
2017-09-11 22:53:21 +03:00
|
|
|
}
|
2017-05-10 18:08:35 +03:00
|
|
|
}
|