-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 753 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 753 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
{
"name": "uchiwa-web",
"version": "0.4.1",
"private": true,
"main": "*",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components"
],
"dependencies": {
"angular": "~1.2.26",
"angular-bootstrap": "0.11.0",
"angular-cookies": "~1.2.26",
"angular-route": "~1.2.26",
"angular-sanitize": "~1.2.26",
"angular-toastr": "~0.3.0",
"async": "~0.9.0",
"bootstrap": "3.1.1",
"bootstrap-sass-official": "3.1.1",
"fontawesome": "4.1.0",
"highlightjs": "~8.3.0",
"moment": "~2.8.3",
"toastr": "~2.0.3",
"underscore": "~1.6.0"
},
"devDependencies": {
"jasmine": "~2.0.0",
"angular-mocks": "~1.2.26",
"angular-socket.io-mock": "~0.0.2"
}
}