forked from koraa/sauerbraten-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 927 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 927 Bytes
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
{
"name": "Inexor_IPC_Client",
"description": "Scripting in node.js for Inexor",
"main": "index.js",
"authors": [
"Fohlen <[email protected]>"
],
"license": "zlib",
"homepage": "https://github.com/inexor-game/code",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"assets/js",
"test",
"tests"
],
"dependencies": {
"jquery": "^2.2.1",
"bootstrap": "^3.3.6",
"font-awesome": "fontawesome#^4.5.0",
"requirejs": "^2.1.22",
"angular-hotkeys": "angular-cfp-hotkeys#^1.7.0",
"angular-ui-router": "^0.2.18",
"jquery-migrate": "^1.3.0",
"domReady": "requirejs-domready#^2.0.1",
"angular": "^1.5.0",
"angular-resource": "^1.5.0",
"angular-sanitize": "^1.5.0",
"angular-cookies": "^1.5.0",
"angular-animate": "^1.5.0",
"jq-console": "^2.13.2",
"angular-bootstrap": "^1.2.2"
}
}