simple-icons/package.json

35 lines
925 B
JSON
Raw Normal View History

2017-05-10 18:08:35 +03:00
{
"name": "simple-icons",
2019-02-22 18:28:05 +03:00
"version": "1.9.21",
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"
],
"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",
"license": "CC0-1.0",
2017-09-11 22:53:21 +03:00
"devDependencies": {
"jest": "^23.6.0",
"jsonlint2": "^1.7.1",
"svglint": "^1.0.3"
},
"scripts": {
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
"svglint": "svglint icons/* --ci",
"prepublishOnly": "node scripts/prepublish.js",
"postpublish": "rm icons/*.js index.js",
2018-09-11 13:32:16 +03:00
"test": "jest",
"pretest": "npm run prepublishOnly",
"posttest": "npm run postpublish"
2017-09-11 22:53:21 +03:00
}
2017-05-10 18:08:35 +03:00
}