forked from rawgraphs/rawgraphs-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·40 lines (40 loc) · 953 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
{
"name": "Raw",
"version": "1.0.0",
"authors": [
"DensityDesign Lab"
],
"description": "The missing link between spreadsheet and vector graphics",
"main": "index.html",
"keywords": [
"Raw"
],
"license": "LGPL v.3",
"homepage": "raw.densitydesign.org",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.2.14",
"d3": "~3.4.3",
"bootstrap": "3.1.1",
"angular-route": "1.2.14",
"angular-strap": "2.0.0-rc.4",
"angular-animate": "1.2.14",
"jquery-ui": "1.10.4",
"angular-sanitize": "1.2.14",
"angular-bootstrap-colorpicker": "1.0",
"bootstrap-colorpicker": "*",
"d3-plugins": "*",
"FileSaver": "*",
"angular-ui": "0.4.0",
"zeroclipboard": "1.3.2",
"canvas-toBlob.js": "https://github.com/eligrey/canvas-toBlob.js.git",
"jqueryui-touch-punch": "*",
"codemirror": "~4.5.0"
}
}