-
Notifications
You must be signed in to change notification settings - Fork 34
/
bower.json
38 lines (38 loc) · 1.48 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
{
"name": "Neatline",
"version": "2.6.1",
"dependencies": {
"jquery": "~ 2.1.1",
"jquery-ui": "~ 1.10.4",
"underscore": "~ 1.6.0",
"underscore.string": "~ 2.3.3",
"backbone": "~ 1.1.2",
"marionette": "~ 1.8.6",
"rivets": "~ 0.6.8",
"bootstrap": "~ 3.1.1",
"ace-builds": "~ 1.1.9",
"spectrum": "~ 1.3.4",
"jasmine-jquery": "~ 2.0.3",
"uri.js": "~ 1.13.1",
"svg-to-wkt": "~ 0.1.0",
"Backbone.Mutators": "asciidisco/Backbone.Mutators",
"Backbone.Schema": "DreamTheater/Backbone.Schema#d4cdb00aeed2fd6eb431ed111456e0c439105c2a",
"backbone-safesync": "amccloud/backbone-safesync",
"openlayers-geometry": "davidmcclure/openlayers-geometry-handler",
"stamen-neatline": "scholarslab/stamen-neatline",
"backbone.routefilter": "boazsender/backbone.routefilter",
"jquery-draggable-input": "davidmcclure/jquery-draggable-input",
"toastr": "davidmcclure/toastr",
"select2": "davidmcclure/select2#feature/loading-event",
"openlayers_themes": "developmentseed/openlayers_themes",
"jasmine.async": "derickbailey/jasmine.async",
"ckeditor": "ckeditor/ckeditor-releases#standard/stable",
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1.0.zip",
"openlayers": "https://github.com/scholarslab/ol2/releases/download/neatline-custom/ol2.zip",
"sinon": "http://sinonjs.org/releases/sinon-1.17.7.js",
"lodash": "~2.4.1"
},
"resolutions": {
"underscore": "~ 1.6.0"
}
}