forked from jbutko/AngularJS-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 634 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 634 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
{
"name": "AngularJS Boilerplate",
"version": "1.1.7",
"authors": [
"jozef butko <jbutko@gmail.com> / jozefbutko.com/resume"
],
"description": "Description goes here",
"main": "app.js",
"keywords": [
"angularjs"
],
"license": "MIT",
"homepage": "https://github.com/jbutko/AngularJS-Boilerplate",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.13",
"angular-route": "~1.3.13",
"angular-sanitize": "~1.3.13",
"OwlCarousel": "https://github.com/OwlFonk/OwlCarousel.git#~1.3.2"
}
}