mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 01:36:26 +02:00
add a basic package.json for the HF console
This commit is contained in:
parent
112cdaf028
commit
608d5cbfbe
2 changed files with 20 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -46,3 +46,6 @@ gvr-interface/libs/*
|
||||||
# ignore files for various dev environments
|
# ignore files for various dev environments
|
||||||
TAGS
|
TAGS
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
|
# ignore node files for the console
|
||||||
|
node_modules
|
17
console/package.json
Normal file
17
console/package.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"name": "hf-console",
|
||||||
|
"description": "High Fidelity Console",
|
||||||
|
"author": "High Fidelity",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"keywords": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"devDependencies": {
|
||||||
|
"electron-prebuilt": "^0.35.0"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/highfidelity/hifi.git"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue