-
-
Notifications
You must be signed in to change notification settings - Fork 133
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "@bybas/weather-icons",
"version": "3.0.0",
"description": "A set of animated svg weather icons.",
"homepage": "https://meteocons.com/",
"license": "MIT",
"author": {
"name": "Bas Milius",
"email": "[email protected]",
"url": "https://bas.dev"
},
"main": "index.html",
"type": "module",
"bugs": {
"url": "https://github.com/basmilius/weather-icons/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/basmilius/weather-icons.git",
"directory": "packages/icons"
},
"keywords": [
"openweathermap",
"tomorrow.io",
"icons",
"meteocons",
"weather icons",
"weather",
"bas milius",
"bybas"
],
"scripts": {
"build": "node scripts/build.js"
},
"devDependencies": {
"chalk": "5.0.0",
"fantasticon": "1.2.3",
"imagemin": "8.0.1",
"imagemin-optipng": "8.0.0",
"puppeteer": "13.0.1",
"rimraf": "3.0.2",
"svgo": "2.8.0"
}
}