-
Notifications
You must be signed in to change notification settings - Fork 170
/
package.json
37 lines (37 loc) · 854 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
{
"name": "littlejsengine",
"version": "1.9.11",
"description": "LittleJS - Tiny and Fast HTML5 Game Engine",
"main": "dist/littlejs.esm.js",
"types": "dist/littlejs.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/KilledByAPixel/LittleJS.git"
},
"keywords": [
"LittleJS",
"HTML5",
"JavaScript",
"game",
"engine",
"library",
"JS13K",
"webgl"
],
"author": "Frank Force",
"license": "MIT",
"bugs": {
"url": "https://github.com/KilledByAPixel/LittleJS/issues"
},
"homepage": "https://github.com/KilledByAPixel/LittleJS",
"scripts": {
"build": "node src/engineBuild.js"
},
"devDependencies": {
"google-closure-compiler": "~20230502.0.0",
"roadroller": "~2.1.0",
"uglify-js": "~3.17.4",
"typescript": "~5.1.6",
"ect-bin": "~1.4.1"
}
}