aboutsummaryrefslogtreecommitdiff
path: root/hash_script/package.json
blob: b04f5fcadba4a73b7527e1b02ee467d2707c7f4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "libre-hash-test",
  "version": "1.0.0",
  "description": "Hasharash",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Flarp",
  "license": "ISC",
  "dependencies": {
    "node-fetch": "^1.7.2"
  }
}