-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 735 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 735 Bytes
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": "smartroutingnext",
"description": "",
"main": "index.js",
"authors": [
"Tobias Lindener"
],
"license": "ISC",
"keywords": [
"opendata",
"db",
"smartrouting"
],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.7",
"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.8",
"angular-sanitize": "^1.5.7",
"angular-timeline": "^1.6.2"
}
}