-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 757 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 757 Bytes
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
{
"name": "iris",
"version": "0.3.2",
"authors": [
"Shiran Pasternak <shiranpasternak@gmail.com>"
],
"description": "A web library for data visualization and exploration",
"main": "iris.js",
"moduleType": [
"amd"
],
"keywords": [
"datavis"
],
"license": "MIT",
"homepage": "http://iris.silvan.io",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.2.0",
"jquery": "~2.1.1",
"requirejs": "~2.1.14",
"d3": "~3.4.10",
"underscore": "~1.6.0",
"fontawesome": "~4.1.0",
"datatables": "~1.10.0",
"requirejs-text": "~2.0.12",
"spinjs": "~2.0.1",
"colorbrewer": "~1.0.0",
"backbone": "~1.1.2"
}
}