forked from julien-moreau/learning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 710 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
{
"name": "learning",
"version": "1.0.0",
"description": "Babylon.js Courses",
"repository": {
"url": "https://github.com/julien-moreau/learning.git"
},
"author": {
"name": "Julien Moreau-Mathis",
"url": "https://medium.com/@Luaacro"
},
"scripts": {
"webserver": "http-server -p 1337",
"build": "tsc -p .",
"watch": "tsc -p . --watch"
},
"readme": "https://github.com/julien-moreau/learning/blob/master/README.md",
"license": "(Apache-2.0)",
"devDependencies": {
"http-server": "0.9.0",
"typescript": "3.6.3",
"babylonjs": "4.0.3",
"cannon": "0.6.2"
},
"dependencies": {
"babylonjs-gui": "^4.0.3",
"babylonjs-loaders": "^4.0.3"
}
}