-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 1.01 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
{
"name": "raw",
"main": "raw.js",
"version": "0.1.0",
"homepage": "https://github.com/densitydesign/raw",
"authors": [
"giorgio caviglia <[email protected]>",
"michele mauri <[email protected]>",
"giorgio uboldi <[email protected]>",
"matteo azzi <[email protected]>"
],
"license": "LGPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.0.8",
"angular-ui": "~0.4.0",
"angular-sanitize": "~1.0.8",
"angular-bootstrap-colorpicker": "1.0.0",
"bootstrap": "2.3.2",
"bootstrap-colorpicker": "*",
"canvas-toBlob.js": "git://github.com/eligrey/canvas-toBlob.js.git",
"canvg-1.3.zip": "https://canvg.googlecode.com/files/canvg-1.3.zip",
"codemirror": "~3.18.0",
"d3": "~3.3.6",
"d3-plugins": "*",
"FileSaver": "git://github.com/eligrey/FileSaver.js.git",
"jquery": "~2.0.3",
"select2": "~3.4.3",
"jquery-ui": "1.10.2"
}
}