-
Notifications
You must be signed in to change notification settings - Fork 8
/
bower.json
40 lines (40 loc) · 883 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
{
"name": "ancient-war",
"version": "0.2.0",
"main": [
"dist/yEngine2D.js",
"dist/yEngine2D.min.js"
],
"description": "HTML5 RTS game based on YEngine2D",
"ignore": [
"server",
"node_modules",
"bower_components",
"test",
".gitignore",
"Gruntfile.js",
"package.json",
"README.md"
],
"keywords": [
"2.5D",
"ancient war",
"HTML5",
"YEngine2D"
],
"authors": {
"name": "YYC",
"email": "[email protected]",
"qq": "395976266",
"blog": "http://www.cnblogs.com/chaogex/"
},
"license": "MIT",
"homepage": "",
"repository": "https://github.com/yyc-git/AncientWar",
"dependencies": {
"yoop": "*",
"jquery": "1.7.1",
"yyctoolbox": "*",
"yengine2d": "*"
}
}