forked from onaluf/gameQuery
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 833 Bytes
/
package.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
{
"name": "gameQuery",
"version": "0.6_pre",
"title": "gameQuery - javascript game development made easy",
"author": {
"name": "Selim Arsever",
"url": "https://selim.arsever.ch"
},
"licenses": [
{
"type": "MIT",
"url": "MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": "1"
},
"description": "gameQuery is a jQuery plug-in to help make javascript game development easier by adding some simple game-related classes",
"keywords": [
"game",
"sprite",
"animation",
"collision"
],
"homepage": "http://gamequery.onaluf.org",
"docs": "http://gamequery.onaluf.org/documentation.php",
"demo": "http://gamequery.onaluf.org/demos.php",
"files": [
"jquery.gamequery.js"
]
}