summaryrefslogtreecommitdiff
path: root/package.json
blob: a055e788b9c151e75777ef984e9ae36db441f507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "tour",
  "version": "1.0.0",
  "description": "",
  "main": "run_tour.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Tom Smeding <tom.smeding@gmail.com> (https://tomsmeding.com)",
  "license": "MIT",
  "dependencies": {
    "mkdirp": "^0.5.1",
    "xorshift128plus": "0.0.1"
  }
}