-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbower.json
More file actions
46 lines (46 loc) · 1 KB
/
bower.json
File metadata and controls
46 lines (46 loc) · 1 KB
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
{
"name": "hgrid",
"version": "0.2.10",
"homepage": "https://github.com/CenterForOpenScience/hgrid.git",
"authors": [
"Jake Rosenberg <jakerose27@gmail.com>",
"Alex Ferguson",
"Steven Loria <steve@cos.io>",
"Brian Geiger <bgeiger@pobox.com>"
],
"description": "A Javascript-based hierarchical grid that can be used to manage and organize files and folders",
"main": "dist/hgrid.js",
"keywords": [
"grid",
"file",
"files",
"folder",
"folders",
"filebrowser",
"management",
"upload",
"uploading"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"logo",
"examples",
"src",
"amd-footer.js",
"amd-header.js"
],
"dependencies": {
"jquery": ">=1.9.0"
},
"devDependencies": {
"dropzone": "~3.10.2",
"qunit": "~1.14.0",
"sinon-qunit": "http://sinonjs.org/releases/sinon-qunit-1.0.0.js",
"sinon": "http://sinonjs.org/releases/sinon-1.10.2.js"
}
}