forked from playcanvas/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 823 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 823 Bytes
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": "playcanvas",
"version": "0.223.0",
"author": "PlayCanvas <support@playcanvas.com>",
"homepage": "https://playcanvas.com",
"description": "PlayCanvas WebGL game engine",
"keywords": [
"playcanvas",
"game engine",
"webgl",
"webgl2",
"3d"
],
"license": "MIT",
"main": "build/output/playcanvas-latest.js",
"bugs": {
"url": "https://github.com/playcanvas/engine/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/playcanvas/engine.git"
},
"optionalDependencies": {
"jsdom": "^11.5.1"
},
"devDependencies": {
"fs-extra": "^3.0.1",
"google-closure-compiler": "^20170423.0.0",
"preprocessor": "^1.4.0"
},
"scripts": {
"prepublishOnly": "cd build && node build.js"
},
"engines": {
"node": ">= 0.6.12"
}
}