forked from chouseknecht/angular-scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 997 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
{
"name": "angular-scheduler",
"version": "0.1.0",
"authors": [
"Chris Houseknecht <[email protected]>"
],
"description": "Angular based UI widget for creating repeat schedule entries.",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular-route": "*",
"components-font-awesome": "*",
"jquery": "*",
"jqueryui": "*",
"less": "*",
"angular-mocks": "~1.2.13"
},
"dependencies": {
"angular": "~1.4.7",
"rrule": "jkbrzt/rrule#4ff63b2f8524fd6d5ba6e80db770953b5cd08a0c",
"timezone-js": "~0.4.13",
"angular-tz-extensions": "https://github.com/chouseknecht/angular-tz-extensions/archive/0.3.10.tar.gz",
"lodash": "*",
"moment": "^2.10.2"
},
"homepage": "https://github.com/chouseknecht/angular-scheduler",
"main": "[email protected]:chouseknecht/angular-scheduler.git",
"keywords": [
"schedule",
"rrule",
"calendar"
]
}