-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
41 lines (41 loc) · 935 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
{
"name": "coaxs",
"version": "0.1.0",
"homepage": "https://github.com/mitTransportAnalyst/CoAXs",
"authors": [
"Kuan Butts <[email protected]>"
],
"description": "CoAXs interactive transit corridor modifier/builder",
"main": "",
"moduleType": [
"node"
],
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.x",
"angular-bootstrap": "~0.13.0",
"angular-leaflet-directive": "~0.8.1",
"angular-simple-logger": "~0.0.1",
"angular-resource": "~1.3.15",
"bootstrap": "~3.3.4",
"d3": "~3.5.5",
"es6-promise": "~2.2.0",
"fetch": "~0.9.0",
"font-awesome": "~4.4.0",
"font-awesome-animation": "~0.0.7",
"jquery": "~2.1.4",
"leaflet": "~0.7.5",
"ui-router": "~0.2.14"
},
"resolutions": {
"angular": "~1.4.6",
"font-awesome": "~4.4.0"
}
}