forked from webida/webida-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 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
39
40
{
"name": "webida-client",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"codemirror": "webida/codemirror#b1738f33d1920d7d3e3423dc96c1878097d01d24",
"dgrid": "0.3.11",
"put-selector": "~0.3.6",
"xstyle": "~0.3.1",
"async": "~1.3.0",
"js-beautify": "~1.5.10",
"lodash": "~3.10.0",
"moment": "~2.10.3",
"URIjs": "~1.15.2",
"requirejs": "~2.1.18",
"qunit": "~1.18.0",
"qunit-composite": "git://github.com/JamesMGreene/qunit-composite#~1.1.0",
"toastr": "~2.1.1",
"showdown": "~1.1.0",
"socket.io-client": "git://github.com/automattic/socket.io-client#~1.3.5",
"eventEmitter": "~4.2.11",
"bootstrap-treeview": "~1.2.0",
"calcium": "git://github.com/webida/calcium#415ebc22cc6a09457bb9e7445f149061787920fe",
"tern": "git://github.com/webida/tern#ab9f92a23d9f8d09071c3549b33ff40dcfb27ed3",
"smalot-bootstrap-datetimepicker": "~2.3.4",
"es6-shim": "~0.33.9",
"term.js": "git://github.com/chjj/term.js.git#~v0.0.7",
"dojo": "dojo/dojo#~1.10.4",
"dijit": "dojo/dijit#~1.10.4",
"dojox": "dojo/dojox#~1.10.4",
"util": "dojo/util#~1.10.4",
"jquery": "~2.1.4",
"ladda": "git://github.com/hakimel/Ladda#ec575edabd0602ed303978148df7d5e731014010",
"bootstrap-tooltip-popover": "git://github.com/twbs/bootstrap#ebc69356637143c938c07904d10928c11e742196",
"jquery-cookie" : "git://github.com/carhartl/jquery-cookie#faa09dc38bd3c791212e8fca67ee661af55fa530"
}
}