2016-03-23 18:39:41 +01:00
|
|
|
{
|
|
|
|
"name": "angular-ui-calendar",
|
2016-07-13 19:09:07 +02:00
|
|
|
"version": "1.0.1",
|
2016-03-23 18:39:41 +01:00
|
|
|
"description": "A complete AngularJS directive for the Arshaw FullCalendar.",
|
|
|
|
"author": "https://github.com/angular-ui/ui-calendar/graphs/contributors",
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "http://angular-ui.github.com",
|
|
|
|
"main": "./src/calendar.js",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test*",
|
|
|
|
"demo*",
|
|
|
|
"gruntFile.js",
|
|
|
|
"package.json"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2016-07-13 19:09:07 +02:00
|
|
|
"angular": "1.3.15",
|
|
|
|
"jquery": "2.x",
|
|
|
|
"fullcalendar": "2.3.1",
|
|
|
|
"moment": "2.*"
|
2016-03-23 18:39:41 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"angular-mocks": "~1.x",
|
2016-07-13 19:09:07 +02:00
|
|
|
"bootstrap-css": "2.3.1"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"jquery": "~2.x",
|
|
|
|
"angular": "1.3.15"
|
2016-03-23 18:39:41 +01:00
|
|
|
}
|
|
|
|
}
|