aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2019-07-17 12:35:46 -0600
committerAdam Hovorka <[email protected]>2019-07-17 12:35:46 -0600
commit6bb3e72df331ef45a69fe7f76ed4b7e7babe021a (patch)
tree9d9a4c95a92517f4d165fb82f2195446e8e68e5c /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..beeca60
--- /dev/null
+++ b/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "nomicvote",
+ "version": "0.0.1",
+ "description": "Simple voting system for a couch game of Nomic",
+ "author": "Adam Hovorka <[email protected]>",
+ "license": "MIT",
+ "main": "app.js",
+ "scripts": {
+ "start": "node app.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/adamhovorka/nomicvote.git"
+ },
+ "private": true,
+ "dependencies": {
+ "ws": "^7.1.0"
+ }
+}