forked from chartist-js/chartist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·39 lines (39 loc) · 887 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
{
"name": "chartist",
"main": [
"./dist/chartist.js",
"./dist/chartist.css"
],
"devDependencies": {
"snap.svg": "~0.3.0",
"foundation": "~5.5.1",
"highlightjs": "~8.4.0",
"compass-mixins": "~1.0.2",
"codemirror": "~4.12.0",
"base64": "~0.3.0",
"chartist-plugin-pointlabels": "~0.0.4",
"chartist-plugin-accessibility": "~0.0.2",
"chartist-plugin-tooltip": "~0.0.12",
"chartist-plugin-axistitle": "~0.0.1",
"chartist-plugin-threshold": "~0.0.1",
"chartist-plugin-fill-donut": "~0.0.1",
"chartist-plugin-zoom": "~0.2.1",
"chartist-plugin-targetline": "~1.0.0",
"matchMedia": "~0.2.0",
"moment": "^2.14.1"
},
"ignore": [
".*",
"Gruntfile.js",
"tasks",
"package.json",
"node_modules",
"public",
"site",
"src",
"test"
],
"resolutions": {
"chartist": "~0.9.0"
}
}