-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 842 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
{
"name": "fpr-blog",
"version": "0.0.0",
"homepage": "https://github.com/bylertall/fpr-angular-wp-theme",
"authors": [
"bylertall <[email protected]>"
],
"description": "Wordpress blog theme built on AngularJS",
"main": [
"js/scripts.js",
"sass/input.scss"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-sanitize": "~1.4.1",
"angular-ui-router": "~0.2.15",
"bourbon": "~4.2.3",
"angular": "~1.4.4",
"neat": "~1.7.2",
"normalize-scss": "~3.0.3",
"angular-motion": "~0.4.2",
"angular-strap": "~2.3.1",
"angular-animate": "~1.4.4",
"angular-spinkit": "~0.3.3",
"ngSmoothScroll": "~1.7.1",
"lodash": "~3.10.1"
},
"resolutions": {
"angular": "~1.4.4"
}
}