aboutsummaryrefslogtreecommitdiff
path: root/hash_script/package.json
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-09-03 17:38:26 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-09-03 17:38:26 -0500
commitd324474467727fa31c76c206acb027acd8925fa1 (patch)
tree85093616781ce3705568153c1a09d0e2b7ec5a4e /hash_script/package.json
parent7ea4ef16ca69ea37b87ca9a9306d2fd9c136539d (diff)
Implemented a default whitelist
Diffstat (limited to 'hash_script/package.json')
-rw-r--r--hash_script/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/hash_script/package.json b/hash_script/package.json
new file mode 100644
index 0000000..b04f5fc
--- /dev/null
+++ b/hash_script/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "libre-hash-test",
+ "version": "1.0.0",
+ "description": "Hasharash",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "Flarp",
+ "license": "ISC",
+ "dependencies": {
+ "node-fetch": "^1.7.2"
+ }
+}