-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 671 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 671 Bytes
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
{
"private": true,
"name": "@types/pikaday",
"version": "1.7.9999",
"projects": [
"https://github.com/dbushell/Pikaday",
"https://pikaday.com"
],
"dependencies": {
"moment": ">=2.29.2"
},
"devDependencies": {
"@types/jquery": "*",
"@types/pikaday": "workspace:."
},
"owners": [
{
"name": "Rudolph Gottesheim",
"githubUsername": "MidnightDesign"
},
{
"name": "Åke Wivänge",
"githubUsername": "wake42"
},
{
"name": "Istvan Mezo",
"githubUsername": "mezoistvan"
}
]
}