forked from Addepar/ember-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
49 lines (49 loc) · 965 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
47
48
49
{
"name": "ember-charts",
"version": "0.3.0",
"homepage": "http://addepar.github.io/#/ember-charts/overview",
"description": "A beautiful and easily extensible chart suite built with D3.js and Ember.js",
"authors": [
"Addepar"
],
"keywords": [
"ember",
"charts",
"d3"
],
"main": [
"dist/ember-charts.css",
"dist/ember-charts.js"
],
"ignore": [
".gitignore",
"app",
"build",
"dependencies",
"gh_pages",
"node_modules",
"src",
"example.js",
"Gruntfile.coffee",
"package.json"
],
"dependencies": {
"d3": "3.3.9",
"ember": "~1.1.0",
"handlebars": "~1.0.0",
"jquery": "1.9.1",
"jquery-ui": "1.10.1",
"lodash": "~1.2.1"
},
"devDependencies": {
"bootstrap": "~3.2.0",
"font-awesome": "~3.2.1"
},
"exportsOverride": {
"bootstrap": {
"js": "**/*.js",
"less": "less/*.less",
"less/mixins": "less/mixins/*.less"
}
}
}