summaryrefslogtreecommitdiff
path: root/package.json
blob: 886b950ebd8848c59920f165cfe436928097cbbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "samplernn",
  "version": "1.0.0",
  "description": "samplernn",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@asdf.us:samplernn.git"
  },
  "author": "jules <jules@asdf.us>",
  "license": "UNLICENSED",
  "private": true,
  "dependencies": {
    "@slack/client": "^4.2.0",
    "dotenv": "^5.0.1",
    "minimist": "^1.2.0",
    "request": "^2.85.0"
  }
}