forked from barlock/wedding-time
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 741 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 741 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
{
"name": "wedding-time",
"main": "index.js",
"version": "0.1.0",
"authors": [
"Michael Barlock <barlockm@gmail.com>"
],
"description": "Wedding website",
"license": "MIT",
"homepage": "theygetmarriedattheend.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.2.27",
"angular-resource": "~1.2.27",
"angular-cookies": "~1.2.27",
"angular-bootstrap": "^0.12.1",
"bootstrap": "^3.3.1",
"bootstrap-sass-official": "^3.3.1",
"jquery": "^2.1.1",
"requirejs": "^2.1.11"
}
}