added package.json
This commit is contained in:
parent
702be832e2
commit
5f05ed03b6
1 changed files with 14 additions and 0 deletions
14
clients/webxr/package.json
Normal file
14
clients/webxr/package.json
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"name": "webxr",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"author": "Leon van Kammen",
|
||||||
|
"license": "AGPL3",
|
||||||
|
"description": "",
|
||||||
|
"dependencies": {
|
||||||
|
"xrf": "^0.0.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue