Initial commit

This commit is contained in:
John Lyon-Smith
2018-02-22 17:57:27 -08:00
commit e80f5490d5
196 changed files with 38982 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "deighton-ar",
"version": "1.0.0",
"description": "Deighton AR Training System",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/KingstonSoftware/deighton-ar.git"
},
"keywords": [
"deighton",
"training",
"ar",
"vr",
"maps"
],
"author": "Kingston Software Solutions",
"license": "ISC",
"bugs": {
"url": "https://github.com/KingstonSoftware/deighton-ar/issues"
},
"homepage": "https://github.com/KingstonSoftware/deighton-ar#readme"
}