forked from angular-ui/ui-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 793 Bytes
/
package.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
{
"name": "angular-ui-calendar",
"version": "0.8.1",
"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",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4",
"grunt-karma": "0.7.0",
"grunt-contrib-jshint": "~0.2",
"matchdep": "~0.1",
"karma": "~0.10",
"karma-coverage": "~0.1",
"load-grunt-tasks": "~0.2",
"karma-jasmine": "0.1",
"karma-chrome-launcher": "0.1",
"karma-firefox-launcher": "0.1"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/angular-ui/ui-calendar.git"
}
}