diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 19:15:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 19:15:58 +0200 |
| commit | 60fb2b7c87b7e6aa179c6a973a8d6e39cbe7c594 (patch) | |
| tree | 8a738a43e8583f38f151cdc643a38b5a9437cda2 /package.json | |
| parent | 9766ef0f3a539be7ee68bb93918f25a3298afe39 (diff) | |
| parent | e2d8a6f26c5e44d970d7c069f171105376835495 (diff) | |
Merge branch 'master' of asdf.us:samplernn
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..886b950 --- /dev/null +++ b/package.json @@ -0,0 +1,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" + } +} |
