-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
38 lines (33 loc) · 879 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
32
33
34
35
36
37
38
{
"name": "KiwiExamples",
"version": "0.2.0",
"description": "The Kiwi.JS Examples repository",
"author": "GameLab",
"homepage": "http://kiwijs.org/",
"bugs": "https://github.com/gamelab/kiwi-examples/issues?state=open",
"license": "MIT",
"licenseUrl": "https://github.com/gamelab/kiwi-examples/blob/master/license.txt",
"repository": {
"type": "git",
"url": "https://github.com/gamelab/kiwi.js"
},
"keywords": [
"HTML5",
"game",
"canvas",
"2d",
"WebGL",
"web audio",
"tweens",
"javascript",
"typescript"
],
"main": "kiwi.js",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.x",
"grunt-contrib-uglify": "0.2.x",
"grunt-contrib-yuidoc": "0.4.x",
"grunt-contrib-connect": "~0.5.0"
}
}