diff options
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" + } } |