Establish package structure and initial technology plan

This commit is contained in:
Glen Whitney 2019-11-23 15:54:44 -05:00
parent 3192855776
commit c83019656e
5 changed files with 64 additions and 5 deletions

13
package-lock.json generated Normal file
View file

@ -0,0 +1,13 @@
{
"name": "dyna3",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"three": {
"version": "0.110.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.110.0.tgz",
"integrity": "sha512-wlurH8XBO9Sd5VIw8nBa+taLR20kqaI4e9FiuMh6tqK8eOS2q2R+ZoUyufbyDTVTHhs8GiTbv0r2CMLkwerFJg=="
}
}
}