diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4dd089 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +node_modules +npm*.log +.*.sw* diff --git a/package.json b/package.json index 8bb1ed0..6d72d55 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,11 @@ "fields" ], "author": "AJ ONeal (https://daplie.com/)", - "license": "(MIT OR Apache-2.0)" + "license": "(MIT OR Apache-2.0)", + "dependencies": { + "bluebird": "^3.5.0", + "colors": "^1.1.2", + "spliddit": "^2.1.1", + "strip-ansi": "^3.0.1" + } }