forked from azam/fullcalendar-resource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
46 lines (45 loc) · 897 Bytes
/
bower.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
45
46
{
"name": "fullcalendar-resource",
"description": "fullcalendar-resource",
"version": "0.0.2",
"authors": [{
"name": "Azamshul Azizy",
"email": "[email protected]",
"url": "http://azam.io/"
}, {
"name": "Adam Shaw",
"email": "[email protected]",
"url": "http://arshaw.com/"
}],
"main": "fullcalendar-resource.js",
"moduleType": [
"amd"
],
"keywords": [
"fullcalendar",
"calendar",
"event",
"full-sized",
"jquery-plugin"
],
"license": "MIT",
"homepage": "https://github.com/azam/fullcalendar-resource",
"repository": {
"type": "git",
"url": "git://github.com/azam/fullcalendar-resource.git"
},
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"lib",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.7.1",
"moment": ">=2.5.0",
"fullcalendar": "~2.3.0"
}
}