forked from onaluf/gameQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gameQuery.jquery.json
35 lines (35 loc) · 951 Bytes
/
gameQuery.jquery.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
{
"name": "gameQuery",
"version": "0.7.1",
"title": "gameQuery - javascript game development made easy",
"description": "gameQuery is a jQuery plug-in to help make javascript game development easier by adding some simple game-related classes",
"keywords": [
"game",
"animation",
"collision",
"collision detection"
],
"author": {
"name": "Selim Arsever",
"url": "https://selim.arsever.ch"
},
"licenses": [
{
"type": "MIT",
"url": "http://gamequeryjs.com/MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"keywords": [
"game",
"sprite",
"animation",
"collision"
],
"homepage": "http://gamequeryjs.com",
"docs": "http://gamequeryjs.com/documentation",
"demo": "http://gamequeryjs.com/demo",
"bug": "http://github.com/onaluf/gameQuery/issues"
}