-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "threejs",
"version": "1.0.0",
"description": "Racing Game",
"main": "game.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"doc": "jsdoc -c jsdoc.json C:/Users/Peace/Documents/Game/three.js/game.js",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/threejs-cgv/threejs.git"
},
"keywords": [],
"author": "Angela Nkosi, Riot Ndlovu, Nokuthaba Moyo, Callum Muller, Shagan Plaatjies",
"license": "ISC",
"bugs": {
"url": "https://github.com/threejs-cgv/threejs/issues"
},
"homepage": "https://github.com/threejs-cgv/threejs#readme",
"dependencies": {
"gh-pages": "^4.0.0",
"postcss-preset-env": "^7.7.1",
"readme-md-generator": "^1.0.0",
"roving-ux": "^1.0.4",
"stats": "^1.0.0",
"stats.js": "^0.17.0",
"three": "^0.140.2",
"three-csm": "^1.1.1"
},
"devDependencies": {
"@parcel/config-default": "^2.6.0",
"dat.gui": "^0.7.9",
"jsdoc": "^3.6.10",
"parcel-reporter-static-files-copy": "^1.3.4"
},
"staticFiles": {
"staticOutPath": "assets"
}
}