summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-10-23 09:44:29 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:20:13 +0100
commit33702aea7ce42c8240e4bed7b424cc8ac4a33826 (patch)
tree6bba05249b6830fa6cdaea1bbd88971e8e027634 /package.json
parent00b8929291665238cbcd88676fe65f67900be1c3 (diff)
FUNCT Implement bluetooth screen
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index ecde60e..1109399 100644
--- a/package.json
+++ b/package.json
@@ -35,6 +35,7 @@
"zip-webpack-plugin": "^3.0.0"
},
"dependencies": {
- "mustache": "^3.1.0"
+ "mustache": "^3.1.0",
+ "agl-js-api": "https://github.com/AGL-web-applications/agl-js-api.git#master"
}
}