From 4ca71922c7aada51022ed0f49ab99b8f7dd36bde Mon Sep 17 00:00:00 2001 From: Christopher Rose Date: Sun, 19 May 2019 10:41:30 +0530 Subject: [PATCH] Init npm repo --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..a9a5194 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "nodejs-fm", + "version": "1.0.0", + "description": "Barebones file manager for a remote location", + "main": "index.js", + "scripts": { + "test": "js ." + }, + "repository": { + "type": "git", + "url": "git+https://github.com/chrisvrose/nodejs-fm.git" + }, + "keywords": [ + "file-manager", + "file-viewer" + ], + "author": "Christopher Rose", + "license": "MIT", + "bugs": { + "url": "https://github.com/chrisvrose/nodejs-fm/issues" + }, + "homepage": "https://github.com/chrisvrose/nodejs-fm#readme" +}