-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
44 lines (44 loc) · 1.04 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
{
"name": "rfi-webgl-client",
"version": "0.7.0",
"homepage": "https://github.com/SkewedAspect/rfi-webgl-client",
"authors": [
"Christopher S. Case <chris.case@g33xnexus.com>"
],
"description": "A WebGL client for RFI:Precursors",
"keywords": [
"rfi",
"mmorpg"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"lodash": "~3.4.0",
"bluebird": "~2.9.13",
"angular-bootstrap": "~0.13.0",
"angular-route": "~1.3.14",
"angular-mocks": "~1.3.14",
"babylonjs": "git://github.com/BabylonJS/Babylon.js.git#v2.1",
"Keypress": "~2.1.0",
"socket.io-client": "~1.3.5",
"eventemitter2": "~0.4.14",
"path": "~3.46.1",
"rfi-physics": "skewedaspect/rfi-physics",
"ngtoast": "~1.5.0",
"angular-sanitize": "~1.3.14",
"angular-animate": "~1.3.14",
"handjs": "*",
"font-awesome": "~4.3.0",
"angular-scroll-glue": "~2.0.6"
},
"resolutions": {
"angular": "1.3.17"
}
}