-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "ebabel",
"version": "4.3.0",
"description": "Library of reusable game modules to build HTML5 games.",
"main": "index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"readme": "node ./generate-readme/create.js && node ./generate-readme/merge.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebabel-games/ebabel.git"
},
"keywords": [
"games",
"library",
"javascript"
],
"author": "Thomas Amar <[email protected]> (https://ebabel.eu/)",
"contributors": [
"Dave Pitts <[email protected]> (https://github.com/dgapitts)",
"Ernesto Paniagua <[email protected]> (https://github.com/ernes)",
"Thalyta Fabrine <[email protected]> (https://github.com/thalytafabrine)"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ebabel-games/ebabel/issues"
},
"homepage": "https://github.com/ebabel-games/ebabel#readme",
"dependencies": {
"ebabel-audio": "^1.0.1",
"ebabel-bounding-box": "^1.0.4",
"ebabel-keyboard-controls": "^3.0.0",
"ebabel-light": "^1.0.5",
"ebabel-mocks": "^3.1.0",
"ebabel-skybox": "^2.1.4",
"ebabel-sound": "^1.0.0",
"ebabel-text-sprite": "^1.0.1",
"ebabel-utils": "^1.1.1"
},
"devDependencies": {
"jsdoc-to-markdown": "^4.0.1"
}
}