summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..fd5bc37
--- /dev/null
+++ b/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "traffic-predictor",
+ "version": "0.0.1",
+ "description": "Neural network to try and predict traffic flows",
+ "main": "nn.js",
+ "dependencies": {
+ "synaptic": "^1.1.4",
+ "xml2json-cli": "^1.1.1"
+ },
+ "author": "Nat Lasseter <user@4574.co.uk>",
+ "license": "BSD-2-Clause"
+}