-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 838 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
{
"name": "dimbot",
"version": "1.0.4",
"homepage": "https://github.com/simonrose121/dimbot",
"authors": [
"Simon Rose"
],
"main": "app.js",
"moduleType": [
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "latest",
"angular-mocks": "~1.4.7",
"angular-resource": "~1.4.7",
"angular-route": "~1.4.7",
"bootstrap": "~3.3.5",
"jquery": "~2.1.4",
"jquery-ui": "~1.11.4",
"normalize-css": "normalize.css#~3.0.3",
"three.js": "threejs#*",
"tween.js": "tweenjs#~16.3.1",
"angular-drag-and-drop-lists": "~1.3.0",
"html2canvas": "~0.4.1",
"FileSaver.js": "filesaver.js#~0.0.2",
"canvas2image": "*",
"moment": "~2.10.6",
"GoogleBlockly": "*"
}
}