aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-07-01 13:28:37 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:20:13 +0100
commit8941ce3958a90711d309c1a7ef3c7a3f9c148a97 (patch)
tree353420caeece37a2c0af857a2b569637da593d08 /package.json
parent1893ddafd77d7e9d7489b1f4bbe8ff9d66389c5e (diff)
RESTRUCT Update layout to remove homescreen styles
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
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": {}
}