diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-09-24 11:34:02 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | e1c80637ec002bc39df5aa7470a69c5ddb8819db (patch) | |
tree | 396b059244b596e9aec3bae0f33b44ef0207aa5a /package.json | |
parent | c7cf1dc95424b57d2d48f3cd8ad2430a377a9bd3 (diff) |
FUNCT Add dummy header with buttons
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index e761cbc..4d5a563 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { - "name": "agl-hvac", + "name": "agl-homescreen", "version": "0.0.0", - "description": "HVAC project for AGL based on html5 technologies", + "description": "Homescreen project for AGL based on html5 technologies", "scripts": { "webpack": "webpack", "build": "webpack", "start": "webpack-dev-server" }, - "homepage": "https://bitbucket.org/smarsol/hvac", + "homepage": "https://bitbucket.org/smarsol/homescreen", "author": "humberto.alfonso@asvito.es", "repository": { "type": "git", - "url": "git@bitbucket.org:smarsol/hvac.git" + "url": "git@bitbucket.org:smarsol/homescreen.git" }, "keywords": [ "agl", |