We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda1333 commit 6bd0290Copy full SHA for 6bd0290
1 file changed
doc/website/bower.json
@@ -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