forked from danvk/dygraphs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
43 lines (43 loc) · 849 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
{
"name": "dygraphs",
"version": "v1.0.1+bower",
"main": "dygraph-combined.js",
"ignore": [
"Makefile",
"NOTES",
"auto_tests",
"closure-todo.txt",
"common",
"compile-with-closure.sh",
"dashed-canvas.js",
"data.js",
"datahandler",
"docs",
"experimental",
"file-size-stats.sh",
"gadget.xml",
"gallery",
"generate-combined.sh",
"generate-documentation.py",
"generate-download.py",
"generate-jar.sh",
"generate-jsdoc.sh",
"gviz-api.js",
"gwt",
"jsTestDriver.conf",
"jsdoc-toolkit",
"lint.sh",
"node_modules",
"package.json",
"phantom-driver.js",
"phantom-perf.js",
"push-to-web.sh",
"release.sh",
"releases.json",
"screenshot.png",
"test.sh",
"tests",
"thumbnail.png",
"yuicompressor-2.4.2.jar"
]
}