-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "leaflet-calendar",
"version": "1.1.4",
"description": "A calendar date picker control for Leaflet",
"main": "js/leaflet-calendar.js",
"types": "index.d.ts",
"styles": "css/leaflet-calendar.css",
"directories": {
"example": "examples"
},
"scripts": {
"compress": "uglifyjs js\\leaflet-calendar.js -m --comments -o js\\leaflet-calendar.min.js; uglifycss css\\leaflet-calendar.css > css\\leaflet-calendar.min.css",
"build": "npm run compress"
},
"repository": {
"type": "git",
"url": "https://github.com/antoniovlx/leaflet-calendar.git"
},
"publishConfig": {
"@antoniovida:registry": "https://npm.pkg.github.com"
},
"keywords": [
"leaflet",
"control",
"calendar",
"date",
"picker",
"map"
],
"author": "Antonio Vida",
"license": "MIT",
"bugs": {
"url": "https://github.com/antoniovlx/leaflet-calendar/issues"
},
"homepage": "https://github.com/antoniovlx/leaflet-calendar/",
"devDependencies": {
"@types/leaflet": "^1.9.3",
"uglify-js": "^2.7.4",
"uglifycss": "^0.0.25"
}
}