-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathbower.json
54 lines (54 loc) · 1.05 KB
/
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
50
51
52
53
54
{
"name": "supergroup",
"main": "supergroup.js",
"version": "v1.0.15",
"homepage": "https://github.com/Sigfried/supergroup",
"authors": [
"Sigfried Gold <[email protected]>"
],
"description": "data tools. grouping, nesting, and doing all sorts of cool stuff with the resulting trees and nodes",
"keywords": [
"d3",
"nest",
"group",
"underscore",
"lodash",
"data",
"javascript"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"3176159",
"README.md",
"README.md.hold",
"assets",
"doc.html",
"examples",
"fake-patient_data.xlsx",
"groc.index.html",
"index.html.REDIRECT",
"index.html.junk",
"junk",
"junk2",
"lodash",
"nest-test.js",
"newreadme.md",
"node_modules",
"package.json",
"prism.js",
"stackbars.png",
"supergroup_spec.js",
"testem.yml",
"toptal.html",
"toptal.html.hold",
"toptal_junk.html"
],
"dependencies": {
"lodash": "~3.9.3"
}
}