simple-icons/package.json
Johan Fagerberg 8c2925d723 Publish 1.18.0
# New icons

- JetBrains (#1714)
- Mattermost (#1712)
- Gradle (#1724)
- Anaconda (#1728)
- Swagger (#1715)
- HTML Academy (#1716)
- Issuu (#1733)
- Palantir (#1732)
- Sonos (#1739)
- LaTeX (#1722)
- Stackbit (#1699)
- Node-RED (#1727)
- HackerOne (#1723)
- Octave (#1743)
- Lumen (#1741)
- Gitea (#1742)
- Groovy (#1735)
- Kaspersky (#1738)
- Seagate (#1740)
- Quarkus (#1749)
- RadioPublic (#1752)
- Visual Studio (#1757)
- Nokia (#1754)
- Glitch (#1756)

# Updated icons

- Android (#1717)
2019-10-12 15:42:49 +03:00

42 lines
1.1 KiB
JSON

{
"name": "simple-icons",
"version": "1.18.0",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [
"svg",
"icons"
],
"main": "index.js",
"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-1.0",
"devDependencies": {
"editorconfig-checker": "3.0.3",
"jest": "24.9.0",
"jsonlint2": "1.7.1",
"svglint": "1.0.5",
"svgo": "1.3.0",
"uglify-js": "3.6.0"
},
"scripts": {
"build": "node scripts/build-package.js",
"clean": "rm icons/*.js index.js",
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
"svglint": "svglint icons/* --ci",
"wslint": "editorconfig-checker -exclude *.svg",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
"test": "jest",
"pretest": "npm run prepublishOnly",
"posttest": "npm run postpublish",
"svgo": "svgo --config=./.svgo.yml"
}
}