forked from fmaturel/angular-weekly-scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 777 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
{
"name": "angular-weekly-scheduler",
"appPath": "app",
"version": "0.0.5",
"description": "A scheduler using weeks for AngularJS",
"homepage": "https://github.com/fmaturel/angular-weekly-scheduler",
"license": "MIT",
"main": [
"dist/js/ng-weekly-scheduler.js"
],
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"test"
],
"dependencies": {
"angular": "~1.4.0",
"angular-animate": "~1.4.0",
"angular-dynamic-locale": "^0.1.32",
"angular-i18n": "~1.4.0",
"moment": "~2.13"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
},
"authors": [
"fmaturel <[email protected]>"
],
"keywords": [
"week",
"scheduler",
"angular",
"calendar",
"internationalization"
]
}