2017-05-10 10:08:35 -05:00
|
|
|
{
|
|
|
|
"name": "simple-icons",
|
2019-12-08 17:48:48 +02:00
|
|
|
"version": "2.0.0",
|
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",
|
2019-02-12 20:01:35 +02:00
|
|
|
"license": "CC0-1.0",
|
2017-09-11 21:53:21 +02:00
|
|
|
"devDependencies": {
|
2019-10-07 08:52:57 +03:00
|
|
|
"editorconfig-checker": "3.0.3",
|
|
|
|
"jest": "24.9.0",
|
2019-09-30 08:21:06 +03:00
|
|
|
"jsonlint2": "1.7.1",
|
|
|
|
"svglint": "1.0.5",
|
2019-11-04 12:44:49 +01:00
|
|
|
"svgo": "1.3.2",
|
2019-12-16 21:22:46 +02:00
|
|
|
"uglify-js": "3.7.2"
|
2017-09-11 21:56:40 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-07-22 17:58:51 +01:00
|
|
|
"build": "node scripts/build-package.js",
|
|
|
|
"clean": "rm icons/*.js index.js",
|
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",
|
2019-10-07 08:52:57 +03:00
|
|
|
"wslint": "editorconfig-checker -exclude *.svg",
|
2019-07-22 17:58:51 +01: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 15:14:50 +01:00
|
|
|
"posttest": "npm run postpublish",
|
|
|
|
"svgo": "svgo --config=./.svgo.yml"
|
2017-09-11 21:53:21 +02:00
|
|
|
}
|
2017-05-10 10:08:35 -05:00
|
|
|
}
|