forked from djcas9/komanda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·23 lines (23 loc) · 899 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
{
"name": "Komanda",
"dependencies": {
"requirejs": "~2.1.14",
"jquery": "~1.11.1",
"backbone": "~1.1.1",
"handlebars": "1.3.0",
"lodash": "~2.4.1",
"almond": "~0.2.9",
"marionette": "~1.8.4",
"momentjs": "~2.6.0",
"backbone-nested-model": "~2.0.0",
"backbone.wreqr": "~1.3.1",
"backbone.localStorage": "git://github.com/jeromegn/Backbone.localStorage.git#3740c840d46f3947f60b83391fa13807845b5c6d",
"indexeddb-backbonejs-adapter": "git://github.com/superfeedr/indexeddb-backbonejs-adapter.git#master",
"IndexedDBShim": "git://github.com/axemclion/IndexedDBShim.git#e5961318d9c49b877ed181c7b639cbe9302c3e6d",
"mousetrap": "~1.4.6",
"backbone.mousetrap": "git://github.com/elasticsales/backbone.mousetrap.git#11ecdbfbe1099249daa6e1e86db7aee090ea5801",
"jquery-ui": "~1.10.4",
"octicons": "~2.0.2",
"bluebird": "~2.1.3"
}
}