forked from wakirin/Lightpick
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 871 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 871 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "lightpick",
"version": "1.5.0",
"description": "Javascript date range picker - lightweight, no jQuery",
"main": "lightpick.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wakirin/lightpick.git"
},
"keywords": [
"datepicker",
"date",
"daterange",
"date",
"picker",
"range"
],
"author": {
"name": "Rinat G.",
"email": "lightpick@coding.kz",
"url": "http://coding.kz"
},
"contributors": [
{
"name": "Sinan Keskin",
"email": "sinan@kesk.in",
"url": "https://kesk.in"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wakirin/lightpick/issues"
},
"homepage": "https://github.com/wakirin/lightpick#readme",
"dependencies": {
"moment": "^2.22.2"
}
}