diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:28:37 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:42:15 +0100 |
commit | 218d0148b1336793aec2bdb5a157f1d3a671807b (patch) | |
tree | 353420caeece37a2c0af857a2b569637da593d08 /package.json | |
parent | 6ccf7d59c5b7accf5ac6040860c087b3c90207f4 (diff) |
RESTRUCT Update layout to remove homescreen styles
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/package.json b/package.json index 056455a..e761cbc 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { - "name": "agl-homescreen", + "name": "agl-hvac", "version": "0.0.0", - "description": "Homescreen project for AGL based on html5 technologies", + "description": "HVAC project for AGL based on html5 technologies", "scripts": { "webpack": "webpack", "build": "webpack", "start": "webpack-dev-server" }, - "homepage": "https://bitbucket.org/smarsol/homescreen", + "homepage": "https://bitbucket.org/smarsol/hvac", "author": "humberto.alfonso@asvito.es", "repository": { "type": "git", - "url": "git@bitbucket.org:smarsol/homescreen.git" + "url": "git@bitbucket.org:smarsol/hvac.git" }, "keywords": [ "agl", @@ -35,8 +35,5 @@ "webpack-dev-server": "^3.7.2", "zip-webpack-plugin": "^3.0.0" }, - "dependencies": { - "@iconfu/svg-inject": "^1.2.3", - "mustache": "^3.0.1" - } + "dependencies": {} } |