summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorjules <jules@asdf.us>2018-04-09 08:44:49 +0200
committerjules <jules@asdf.us>2018-04-09 08:44:49 +0200
commitc723e3db61eee40b0894c443380160046107882f (patch)
tree4710f6be4bdea89884517f87711ca905c2d3f166 /package.json
parent56b66750e02030446679f9da3b0e249c6e32e7c6 (diff)
parente604b502db345110ea9b2780682c2baaeb7a73c9 (diff)
Merge branch 'master' of asdf.us:samplernn
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..838862f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "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": {
+ "dotenv": "^5.0.1",
+ "minimist": "^1.2.0",
+ "request": "^2.85.0"
+ }
+}