-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathbower.json
46 lines (46 loc) · 886 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": "angular-timeline",
"version": "1.7.0",
"license": "MIT",
"main": [
"dist/angular-timeline.js",
"dist/angular-timeline.css"
],
"keywords": [
"angular",
"timeline",
"history",
"events",
"list",
"responsive",
"bootstrap"
],
"ignore": [
"**/.*",
"*.yml",
".jshintrc",
"node_modules",
"bower_components",
"example",
"Gruntfile.js",
"package.json",
"component.json",
"karma.conf.js",
"src"
],
"dependencies": {
"angular": "^1.3.15",
"angular-sanitize": "^1.3.15"
},
"devDependencies": {
"angular-bootstrap": "^0.13.0",
"angular-ui-router": "^0.2.14",
"angular-mocks": "^1.3.15",
"sinon": "^1.9.0",
"jasmine-sinon": "^0.3.1",
"underscore": "^1.7.0",
"jquery": "^2.1.1",
"bootstrap": "^3.3.4",
"angular-scroll-animate": "^0.9.9"
}
}