-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbower.json
36 lines (36 loc) · 1.2 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
{
"name": "planbox",
"private": true,
"dependencies": {
"jquery": "~2.1.0",
"modernizr": "~2.7.1",
"underscore": "~1.5",
"backbone": "~1.1.0",
"backbone.marionette": "~1.4.1",
"moment": "~2.5.0",
"spin.js": "~1.3.3",
"handlebars": "~1.3.0",
"backbone-relational": "~0.8.6",
"jqueryui-touch-punch": "*",
"jqueryui": "~1.10.3",
"django-csrf.js": "https://github.com/openplans/django-csrf.js.git#1.0",
"pen": "https://github.com/sofish/pen.git#b009623d7c5f8a9de3cb4792ee81111dba3bc452",
"swag": "~0.6.1",
"FileAPI": "99130c0229aa077fb464c7b955a068e1f37847fb",
"chrono": "~0.1.9",
"pickadate": "~3.4.0",
"foundation": "5.4.3",
"shareabouts-js": "https://github.com/openplans/shareabouts.js.git#3.6.2",
"gatekeeper": "https://github.com/openplans/gatekeeper.git#~0.1.1",
"jqxdomainrequest": "https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest.git#v1.0.2",
"raven-js": "~1.1.16",
"leaflet": "~0.7.3",
"list.js": "~1.1.1",
"list.pagination.js": "~0.1.1",
"chosen": "https://github.com/mjumbewu/chosen-option-adding-build.git#~1.1.0"
},
"devDependencies": {},
"resolutions": {
"jquery": "~2.1.0"
}
}