-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
38 lines (38 loc) · 829 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
{
"name": "leansheets",
"version": "0.1.1",
"homepage": "https://github.com/paulsjv/leansheets",
"authors": [
"Jay Paulson <paulsjv@gmail.com>"
],
"description": "Tool to graph team performance",
"main": "src/js/main.js",
"keywords": [
"kanban",
"lean"
],
"license": "CC-BY-NC-ND-3.0",
"private": true,
"ignore": [
"node_modules",
"src/bower_components",
"test"
],
"dependencies": {
"angularjs": "~1.3.14",
"jquery": "~2.1.3",
"bootstrap": "~3.3.2",
"moment": "~2.9.0",
"highcharts": "3.0.10",
"requirejs-plugins": "~1.0.3",
"highcharts-ng": "~0.0.8",
"jssha": "~1.6.0",
"font-awesome": "~4.3.0",
"bootstrap-datepicker": "~1.4.0"
},
"devDependencies": {
"requirejs": "~2.1.16",
"almond": "~0.3.1",
"less": "~2.4.0"
}
}