forked from powa-team/powa-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 826 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "pypowa",
"version": "0.0.1",
"authors": [
"Ronan Dunklau <ronan@dunklau.fr>"
],
"description": "PyPowa",
"moduleType": [
"amd",
"globals"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone": "1.1.2",
"d3": "3.5.11",
"foundation-daterangepicker": "1.0.1",
"foundation": "5.5.3",
"jquery": "2.1.4",
"rickshaw": "1.5.1",
"requirejs": "2.1.22",
"underscore": "1.8.3",
"moment": "2.5.1",
"requirejs-text": "2.0.14",
"requirejs-tpl": "7438735aa8",
"backgrid": "0.3.5",
"spin.js": "2.3.2",
"backbone-pageable": "1.4.8",
"backgrid-paginator": "0.3.5",
"backgrid-filter": "0.3.5",
"file-saver": "1.3.3"
}
}