From 719c83277dc1ad701a78ed409a6aa03cfc25b5e3 Mon Sep 17 00:00:00 2001 From: Rohan Vazarkar Date: Fri, 5 Aug 2016 22:39:55 -0700 Subject: [PATCH] Update package.json --- .gitignore | 3 ++- package.json | 19 ++++++++++++++++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 00a2afb..e4a09ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/* Bloodhound-* -dist/ \ No newline at end of file +dist/ +npm-debug.log \ No newline at end of file diff --git a/package.json b/package.json index 43ae393..0eeee61 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,22 @@ "name": "bloodhound", "version": "1.0.0", "description": "Graph Theory for Active Directory", + "keywords": [ + "Graph", + "Active Directory" + ], + "homepage": "https://github.com/adaptivethreat/Bloodhound", + "repository": { + "type": "git", + "url": "https://github.com/adaptivethreat/Bloodhound.git" + }, + "bugs": "https://github.com/adaptivethreat/Bloodhound/issues", + "license": "GPL-3.0", + "author": "@CptJesus", + "contributors": [ + "Andy Robbins (https://www.wald0.com)", + "Will Schroeder (https://www.harmj0y.net)" + ], "main": "main.js", "scripts": { "start": "set ENV=development & electron .", @@ -16,8 +32,6 @@ "react" ] }, - "author": "@CptJesus", - "license": "CC0-1.0", "devDependencies": { "babel-cli": "^6.11.4", "babel-core": "^6.11.4", @@ -40,7 +54,6 @@ "configstore": "^2.0.0", "css-loader": "^0.23.1", "dagre": "^0.7.4", - "electron-json-storage": "^2.0.0", "eventemitter2": "^2.0.0", "jquery": "^2.2.4", "linkurious": "^1.5.1",