forked from battlescript/battlescript
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 862 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 862 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
{
"name": "battlescript",
"version": "1.0.0",
"homepage": "https://github.com/battlescript/battlescript",
"authors": [
"Nick Salloum <nick@callmenick.com>",
"Adam Ellsworth <azellsworth@gmail.com>",
"Omar Shaikh <oshaikh13@gmail.com>",
"Eric Le <hle2806@uw.edu>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"client/lib/",
"test",
"tests"
],
"dependencies": {
"angular-route": "~1.4.3",
"angular": "~1.4.3",
"bootstrap": "~3.3.5",
"angular-ui-router": "~0.2.15",
"angular-animate": "~1.4.3",
"CodeMirror": "~5.5.0",
"underscore": "~1.8.3",
"marked": "~0.3.5",
"angular-sanitize": "~1.4.3",
"firebase": "^2.2.4",
"firepad": "^1.1.1",
"socket.io-client": "~1.3.6",
"jquery": "~2.1.4",
"angular-mocks": "~1.4.4"
}
}