summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index fd5bc37..2d1a461 100644
--- a/package.json
+++ b/package.json
@@ -4,9 +4,9 @@
"description": "Neural network to try and predict traffic flows",
"main": "nn.js",
"dependencies": {
- "synaptic": "^1.1.4",
- "xml2json-cli": "^1.1.1"
+ "synaptic": "^1.1.4"
},
+ "repository": "github:User4574/traffic-predictor",
"author": "Nat Lasseter <user@4574.co.uk>",
"license": "BSD-2-Clause"
}