-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
41 lines (41 loc) · 1006 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
{
"name": "yellr-server",
"version": "0.1.0",
"homepage": "https://github.com/Nolski/yellr-server",
"authors": [
"Mike Nolan (Nolski) <[email protected]>",
"Tim Duffy (thequbit) <[email protected]>"
],
"description": "Server for yellr project",
"main": "index.html",
"license": "GPLv3",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.8",
"foundation": "~5.5.0",
"cryptojslib": "~3.1.2",
"angular-ui-router": "~0.2.13",
"angular-mocks": "~1.3.8",
"angular-foundation": "~0.5.1",
"twbs-bootstrap-sass": "~3.3.1",
"angular-ui-bootstrap-bower": "~0.12.0",
"epiceditor": "~0.2.3",
"async": "~0.9.2",
"zeroclipboard": "~2.2.0",
"ng-clip": "~0.2.6",
"ng-tags-input": "~2.1.1",
"bourbon": "~4.1.1",
"angular-masonry": "~0.11.0",
"leaflet": "*",
"foundation-datepicker": "~1.1.0"
},
"resolutions": {
"angular": "~1.3.8"
}
}