diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-10-08 12:25:16 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 168f29231cd8fa3b3c8f69f287c9523e67af0ef9 (patch) | |
tree | fcea6299c7a889bc0e1ead18f6d3907b2ff68aac /package.json | |
parent | 45df4d06ae64af40501dcec5a0424fab4490ab5c (diff) |
FUNCT Integrate header apps
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 4d5a563..ede4d0d 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,8 @@ "webpack-dev-server": "^3.7.2", "zip-webpack-plugin": "^3.0.0" }, - "dependencies": {} + "dependencies": { + "agl-js-api": "git@bitbucket.org:smarsol/agl-js-api.git#master", + "mustache": "^3.1.0" + } } |