2017-05-10 18:08:35 +03:00
|
|
|
{
|
|
|
|
"name": "simple-icons",
|
2021-01-31 04:05:50 +03:00
|
|
|
"version": "4.9.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": {
|
2020-10-26 10:40:27 +03:00
|
|
|
"editorconfig-checker": "3.3.0",
|
2020-11-09 18:21:38 +03:00
|
|
|
"jest": "26.6.3",
|
2020-12-13 23:17:41 +03:00
|
|
|
"jest-diff": "26.6.2",
|
2019-09-30 08:21:06 +03:00
|
|
|
"jsonlint2": "1.7.1",
|
2020-05-13 14:01:57 +03:00
|
|
|
"npm-run-all": "4.1.5",
|
2020-12-22 19:15:46 +03:00
|
|
|
"svg-path-bbox": "0.2.0",
|
2020-11-22 13:01:20 +03:00
|
|
|
"svglint": "1.0.7",
|
2019-11-04 14:44:49 +03:00
|
|
|
"svgo": "1.3.2",
|
2020-11-19 23:49:49 +03:00
|
|
|
"svgpath": "2.3.0",
|
2021-02-01 15:22:07 +03:00
|
|
|
"uglify-js": "3.12.6"
|
2017-09-11 22:56:40 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-07-22 19:58:51 +03:00
|
|
|
"build": "node scripts/build-package.js",
|
2021-01-15 23:47:00 +03:00
|
|
|
"clean": "rm -f icons/*.js index.js",
|
2020-05-13 14:01:57 +03:00
|
|
|
"lint": "run-s our-lint jsonlint svglint wslint",
|
2020-01-16 13:40:46 +03:00
|
|
|
"our-lint": "node scripts/lint.js",
|
2018-08-16 12:33:32 +03:00
|
|
|
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
|
2020-05-18 15:02:47 +03:00
|
|
|
"svglint": "svglint icons/*.svg --ci",
|
2020-05-14 19:30:14 +03:00
|
|
|
"wslint": "editorconfig-checker -exclude \\.svg$",
|
2019-07-22 19:58:51 +03:00
|
|
|
"prepublishOnly": "npm run build",
|
|
|
|
"postpublish": "npm run clean",
|
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",
|
2020-02-26 19:54:54 +03:00
|
|
|
"svgo": "svgo --config=./.svgo.yml",
|
|
|
|
"get-filename": "node scripts/get-filename.js"
|
2020-11-21 16:33:04 +03:00
|
|
|
},
|
|
|
|
"engine": {
|
|
|
|
"node": ">=0.12.18"
|
2017-09-11 22:53:21 +03:00
|
|
|
}
|
2020-05-14 19:30:14 +03:00
|
|
|
}
|