diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:28:37 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:28:37 +0200 |
commit | cf4619bc0a8d4399c7a669b806a2cda78e3d1ac7 (patch) | |
tree | 353420caeece37a2c0af857a2b569637da593d08 /package.json | |
parent | aac66099e68d635cbb5945366e00232abf868bdb (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": {} } |