summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-14 19:15:58 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-14 19:15:58 +0200
commit60fb2b7c87b7e6aa179c6a973a8d6e39cbe7c594 (patch)
tree8a738a43e8583f38f151cdc643a38b5a9437cda2 /package.json
parent9766ef0f3a539be7ee68bb93918f25a3298afe39 (diff)
parente2d8a6f26c5e44d970d7c069f171105376835495 (diff)
Merge branch 'master' of asdf.us:samplernn
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
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"
+ }
+}