-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
40 lines (40 loc) · 909 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": "angular-gantt",
"version": "2.0.0-rc.1",
"homepage": "https://www.angular-gantt.com",
"authors": [
"Rémi Alvergnat <[email protected]> (https://www.pragmasphere.com)",
"Marco Schweighauser"
],
"description": "Gantt chart component for AngularJS",
"main": [
"./dist/angular-gantt.js",
"./dist/angular-gantt.css"
],
"keywords": [
"gantt",
"chart",
"angularjs"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"demo",
"test"
],
"dependencies": {
"angular": ">=1.3.0",
"angular-animate": ">=1.3.0",
"angular-native-dragdrop": "^1.2.2",
"angular-strap": "^2.3.12",
"angular-ui-tree": "^2.22.5",
"bootstrap": "^3.3.7",
"css-element-queries": "^0.4.0",
"font-awesome": "^4.7.0",
"jsplumb": "^2.3.2",
"moment": "^2.18.1",
"moment-range": "^3.0.3"
}
}