-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
37 lines (37 loc) · 846 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
{
"name": "Agile Estimation",
"version": "0.0.3",
"authors": [
],
"description": "Agile Estimation Game",
"license": "GNU",
"main": "server.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"frontend/vendor",
"test",
"tests"
],
"devDependencies": {},
"dependencies": {
"angular": "~1.2.2",
"angular-route": "~1.2.2",
"angular-resource": "~1.2.2",
"angular-cookie": "~4.0.0",
"jquery": "~2.0.3",
"jquery-ui": "~1.10.3",
"pure": "~0.4.2",
"ng-file-upload": "~1.6.12",
"angular-sanitize": "~1.2.16",
"bootstrap": "~3.1.1",
"jquery-migrate": "~1.2.1",
"angular-animate": "~1.2.16",
"angular-markdown-filter": "*",
"ng-file-upload-shim": "~1.6.12",
"jasmine": "~2.1.3"
}
}