summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-09 08:44:40 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-09 08:44:40 +0200
commite604b502db345110ea9b2780682c2baaeb7a73c9 (patch)
tree93a2287a09eeefed8e1c78f2da76ade66842b7f2 /package.json
parent24e8467a1a39a199d1a1155c966a0cc60033c707 (diff)
node stuff
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"
+ }
+}