-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
42 lines (42 loc) · 913 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
39
40
41
42
{
"name": "darts-scorer-angular",
"description": "Darts Scorer Web App using Angular framework",
"authors": [
"Agnieszka Wrona",
"Bogumil Wrona"
],
"license": "MIT",
"keywords": [
"darts",
"scorer",
"angular"
],
"moduleType": [
"es6"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"build/lib",
"test",
"tests"
],
"dependencies": {
"angular-animate": "^1.5.6",
"angular-message-format": "^1.5.6",
"angular-aria": "^1.5.6",
"angular-cookies": "^1.5.6",
"angular-messages": "^1.5.6",
"angular-resource": "^1.5.6",
"angular-route": "^1.5.6",
"angular-sanitize": "^1.5.6",
"angular-touch": "^1.5.6",
"angular-ui-router": "^0.3.0",
"jquery": "^2.2.4",
"angular-drag-and-drop-lists": "^1.4.0",
"drag-drop-webkit-mobile": "^1.1.1",
"underscore": "^1.8.3"
}
}