aboutsummaryrefslogtreecommitdiff
path: root/docker/tag-config/package.json
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2019-06-01 16:02:49 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2019-07-11 09:33:07 +0200
commit61d009f18d5886db8b22ae41e04bb41a4ba2fddb (patch)
treee44bb326caf3107653c7a48749527cfd77f02cf2 /docker/tag-config/package.json
downloadinfrastructure-61d009f18d5886db8b22ae41e04bb41a4ba2fddb.tar.gz
infrastructure-61d009f18d5886db8b22ae41e04bb41a4ba2fddb.zip
Initial commit
Diffstat (limited to 'docker/tag-config/package.json')
-rw-r--r--docker/tag-config/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/docker/tag-config/package.json b/docker/tag-config/package.json
new file mode 100644
index 0000000..892fb87
--- /dev/null
+++ b/docker/tag-config/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "consul-to-igd",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.mjs",
+ "dependencies": {
+ "consul": "^0.34.1"
+ },
+ "devDependencies": {
+ "chai": "^4.2.0"
+ },
+ "scripts": {
+ "start": "node --experimental-modules ./index.mjs",
+ "test": "node --experimental-modules ./test/runner.mjs"
+ },
+ "author": "Quentin",
+ "license": "AGPL-3.0-or-later"
+}