-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathbower.json
51 lines (51 loc) · 1.26 KB
/
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
47
48
49
50
51
{
"name": "r360",
"version": "0.0.12",
"authors": [
],
"description": "Route360° JavaScript API",
"main": [
"dist/r360.js",
"dist/r360.css",
"dist/jquery-ui-1.10.0.custom.css",
"dist/images/marker-icon-red.png",
"dist/images/marker-icon-blue.png",
"dist/images/marker-icon-purple.png",
"dist/images/marker-icon-green.png",
"dist/images/marker-icon-orange.png",
"dist/images/marker-icon.png",
"dist/images/ui-bg_glass_75_ffffff_1x400.png"
],
"keywords": [
"r360",
"route360",
"javascript",
"polygon",
"routing"
],
"dependencies": {
"leaflet" : "0.7.3",
"bootstrap" : "3.1.1",
"jquery" : "1.10.2",
"underscore" : "1.6.0",
"font-awesome" : "4.1.0",
"jquery-ui" : "1.10.4",
},
"homepage": "http://developers.route360.net/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
".*",
"CHANGELOG.json",
"FAQ.md",
"debug",
"spec",
"src",
"build"
]
}