Skip to content

Commit 6bd0290

Browse files
committed
Re-add bower.json
1 parent bda1333 commit 6bd0290

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

doc/website/bower.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "InEngine.NET",
3+
"homepage": "http://inengine.net",
4+
"private": true,
5+
"authors": [
6+
"Ethan Hann <ethanhann@gmail.com>"
7+
],
8+
"license": "MIT",
9+
"ignore": [
10+
"**/.*",
11+
"node_modules",
12+
"bower_components",
13+
"test",
14+
"tests"
15+
],
16+
"dependencies": {
17+
"font-awesome": "~4.2.0",
18+
"highlightjs": "~8.4.0",
19+
"jquery": "~2.1.3",
20+
"bootswatch": "~3.3.1+2"
21+
},
22+
"resolutions": {
23+
"jquery": "~1.11.0"
24+
}
25+
}

0 commit comments

Comments
 (0)