forked from nazar-pc/PickMeUp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.28 KB
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
{
"name" : "pickmeup",
"title" : "PickMeUp",
"description" : "Really simple, powerful, customizable and lightweight standalone datepicker",
"keywords" : [
"datepicker",
"date",
"calendar"
],
"version" : "3.0.8",
"homepage" : "https://github.com/nazar-pc/PickMeUp",
"author" : {
"name" : "Nazar Mokrynskyi",
"email" : "nazar@mokrynskyi.com",
"url" : "https://cleverstyle.org"
},
"maintainers" : [
{
"name" : "Nazar Mokrynskyi",
"email" : "nazar@mokrynskyi.com",
"url" : "https://cleverstyle.org"
},
{
"name" : "Stefan Petre",
"url" : "http://www.eyecon.ro"
}
],
"repository" : {
"type" : "git",
"url" : "git://github.com/nazar-pc/PickMeUp.git"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://github.com/nazar-pc/PickMeUp/blob/master/license.txt"
}
],
"bugs" : "https://github.com/nazar-pc/PickMeUp/issues",
"docs" : "https://github.com/nazar-pc/PickMeUp",
"demo" : "http://nazar-pc.github.io/PickMeUp",
"download" : "https://github.com/nazar-pc/PickMeUp",
"main" : "dist/pickmeup.min.js",
"devDependencies" : {
"google-closure-compiler-js" : "^20160828.0.1",
"gulp" : "^3.9.1"
}
}