aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-03-18 04:55:05 +0530
committerKumar Priyansh <[email protected]>2019-03-18 04:55:05 +0530
commit8245e29c8af4c22fe794d2adaa5256774b68d1b2 (patch)
tree56e449d2f1509afae1454d45537afa39fff15ac0 /package.json
parent204849fb5511b7b3e0019a6c9df299897a297fd3 (diff)
downloadstyx-8245e29c8af4c22fe794d2adaa5256774b68d1b2.tar.xz
styx-8245e29c8af4c22fe794d2adaa5256774b68d1b2.zip
v0.1.0 Introductory
Diffstat (limited to 'package.json')
-rw-r--r--package.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..fe7a085
--- /dev/null
+++ b/package.json
@@ -0,0 +1,32 @@
+{
+ "name": "bexplorer",
+ "version": "0.1.0",
+ "description": "A Simple File Manager",
+ "main": "main.js",
+ "scripts": {
+ "start": "electron ."
+ },
+ "keywords": [
+ "File",
+ "manager",
+ "explorer",
+ "bexplorer",
+ "finder",
+ "dolphin",
+ "files",
+ "commander",
+ "mc",
+ "nautilus",
+ "pantheon"
+ ],
+ "author": "BackSlash Linux",
+ "license": "MIT",
+ "dependencies": {
+ "bluebird": "^3.5.3",
+ "electron": "^4.1.0",
+ "is-directory": "^0.3.1",
+ "jquery": "^3.3.1",
+ "node-cmd": "^3.0.0",
+ "path-type": "^4.0.0"
+ }
+}