summaryrefslogtreecommitdiff
path: root/package.json
blob: 2d1a461a80935826b74e33d13718ed0138b5fe20 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"
  },
  "repository": "github:User4574/traffic-predictor",
  "author": "Nat Lasseter <user@4574.co.uk>",
  "license": "BSD-2-Clause"
}