-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 991 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
{
"name": "rubberband-travel",
"version": "1.0.0",
"description": "A novel 3D locomotion technique for high-intensity simulations",
"main": "index.ts",
"dependencies": {
"ammo.js": "github:kripken/ammo.js#aab297a4164779c3a9d8dc8d9da26958de3cb778"
},
"devDependencies": {
"@babylonjs/core": "^4.1.0",
"@babylonjs/gui": "^4.1.0",
"@babylonjs/loaders": "^4.1.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"scripts": {
"start": "npx webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teddychen1251/rubberband-travel.git"
},
"keywords": [
"3DUI",
"locomotion"
],
"author": "Chris Obando and Teddy Chen",
"license": "ISC",
"bugs": {
"url": "https://github.com/teddychen1251/rubberband-travel/issues"
},
"homepage": "https://github.com/teddychen1251/rubberband-travel#readme"
}