-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
46 lines (46 loc) · 997 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
41
42
43
44
45
46
{
"name": "kanban-cfd",
"main": "index.js",
"version": "0.1.0",
"authors": [
"Ken Chen <chengusky@gmail.com>"
],
"description": "Kanban CFD Visualization",
"moduleType": [
"node"
],
"license": "MIT",
"homepage": "https://github.com/kenspirit/kanban-cfd",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"momentjs": "~2.6.0",
"lodash": "~3.2.0",
"angular-google-chart": "~0.0.9",
"angular": "~1.2.18",
"angular-sanitize": "~1.2.18",
"angular-resource": "~1.2.18",
"angular-bootstrap": "~0.11.0",
"bootstrap": "~3.1.1",
"d3": "~3.4.13",
"nvd3": "~1.1.15-beta",
"angularjs-nvd3-directives": "~0.0.7",
"angular-nvd3": "~0.0.9",
"mathjs": "~1.2.0"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.20.1",
"angular-mocks": "~1.2.18"
},
"resolutions": {
"nvd3": "~1.1.15-beta",
"d3": "~3.4.13"
}
}