-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
55 lines (55 loc) · 999 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "lyria",
"version": "0.3.0-alpha4",
"main": [
"dist/js/lyria.js",
"dist/css/lyria.css"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src",
"doc",
"stylus",
"tasks",
"templates",
"gruntfile.js",
"package.json"
],
"dependencies": {
"almond": "~0.2.5",
"detectr": "~0.2.0",
"handlebars": "~2.0.0",
"jquery": "~2.1.0",
"modernizr": "~2.8.3",
"eventmap": "~1.4.0",
"mixedice": "~0.5.1",
"gamebox": "0.2.0-alpha7"
},
"devDependencies": {
"mocha": "~1.21.0",
"chai": "~1.9.0"
},
"homepage": "https://github.com/freezedev/lyria",
"authors": [
"Johannes Stein <[email protected]>"
],
"description": "Game engine based on jQuery",
"keywords": [
"jquery",
"css",
"game",
"engine",
"dom",
"grunt",
"bower",
"scene"
],
"license": "UNLICENSE",
"resolutions": {
"eventmap": "~1.4.0"
}
}