-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
executable file
·46 lines (45 loc) · 1.31 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
39
40
41
42
43
44
45
{
"name": "bob-angular",
"description": "An AngularJS seed that includes working examples of several client-side technlogies integrated with angular.",
"version": "0.0.0",
"homepage": "https://github.com/KevinEverywhere/bob-angular",
"license": "MIT",
"main": "app/app.js",
"dependencies": {
"angular": "1.2.x",
"angular-route": "1.2.x",
"ui-router": "0.2.x",
"angular-loader": "1.2.x",
"angular-mocks": "~1.2.x",
"bootstrap": "~3.2.0",
"leaflet": "0.7.x",
"html5-boilerplate": "~4.3.0",
"3l": "~1.4.x",
"three.js": "https://raw.githubusercontent.com/mrdoob/three.js/master/build/three.js",
"TrackballControls":"https://raw.github.com/mrdoob/three.js/master/examples/js/controls/TrackballControls.js",
"less":"1.7.0",
"localCRUD":"https://raw.githubusercontent.com/KevinEverywhere/angular_local_CRUD/master/local_crud_module.js",
"d3":"3.4.x",
"css-3d-renderer":"http://threejs.org/examples/js/renderers/CSS3DRenderer.js"
},
"authors": [
"Kevin Ready",
"Kevin Ready <kevin@planetkevin.com>"
],
"keywords": [
"angular",
"d3",
"youtube",
"leaflet",
"svg",
"three",
"three.js",
"css3",
"less",
"mixins"
],
"repository": {
"type": "git",
"url": "git://github.com/KevinEverywhere/bob-angular.git"
}
}