-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 946 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-charts-example",
"version": "1.0.0",
"authors": [
"chenop <[email protected]>"
],
"description": "Using angular-charts to display charts.",
"keywords": [
"angular-charts",
"twitter bootstrap",
"angular-busy-master",
"angular-promise-tracker",
"charts"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"client/lib/",
"test",
"tests"
],
"dependencies": {
"angular-bootstrap": "~0.4.0",
"angular-charts": "*",
"angular-fire": "~0.3.1",
"angular-mocks": "1.2.0-rc.1",
"angular-resource": "1.2.0-rc.1",
"angular-promise-tracker": "~1.5.0",
"angular-scenario": "1.2.0-rc.1",
"angular-cookies": "1.2.0-rc.1",
"angularjs-file-upload": "~1.1.9",
"angular-route": "1.2.0-rc.1",
"angular-ui-select2": "~0.0.4",
"bootstrap": "~3.0.3",
"angular-animate": "~1.2.3",
"json3": "~3.2.4"
}
}