forked from edent/SuperTinyIcons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "super-tiny-icons",
"version": "0.5.0",
"description": "Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos",
"homepage": "https://github.com/edent/SuperTinyIcons/",
"license": "MIT",
"bugs": {
"url": "https://github.com/edent/SuperTinyIcons/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/edent/SuperTinyIcons.git"
},
"files": [
"images/svg/"
],
"author": {
"name": "Terence Eden",
"url": "https://shkspr.mobi/blog/"
},
"keywords": [
"icons",
"svg",
"iconset",
"logo",
"logos",
"twitter",
"facebook",
"flattr",
"drawable"
],
"dependencies": {
"opencollective-postinstall": "^2.0.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/SuperTinyIcons"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --timeout 5000",
"postinstall": "opencollective-postinstall || true"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.2",
"node-fetch": "^3.1.1"
}
}