-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 878 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
{
"private": "true",
"name": "WRC",
"description": "WRC Website. Standard website, not-so-standard production ;)",
"keywords": [
"mechanic",
"repairs",
"werribee",
"roadworthy"
],
"homepage": "https://github.com/JKAussieSkater/WRC",
"author": {
"name": "JKAussieSkater",
"url": "https://github.com/JKAussieSkater"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/JKAussieSkater/WRC.git"
},
"main": [
"dist/html/home.html",
"README.md"
],
"devDependencies": {
"bootstrap-dv": "~1.1.3",
"bootstrap-sass": "~3.3.6",
"font-awesome": "fontawesome#~4.5.0",
"respond": "~1.4.2",
"html5shiv": "~3.7.3",
"bootswatch": "~3.3.6+1"
},
"ignore": [
"/bower_components/",
"/node_modules/",
"/src/",
"/tmp/",
"/.gitignore",
"/Gruntfile.js"
]
}