add a basic package.json for the HF console

This commit is contained in:
Stephen Birarda 2015-12-02 13:18:32 -08:00
parent 112cdaf028
commit 608d5cbfbe
2 changed files with 20 additions and 0 deletions

3
.gitignore vendored
View file

@ -46,3 +46,6 @@ gvr-interface/libs/*
# ignore files for various dev environments
TAGS
*.swp
# ignore node files for the console
node_modules

17
console/package.json Normal file
View 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"
}
}