{ "name": "bloodhound", "version": "1.2.1", "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": "Rohan Vazarkar (https://www.twitter.com/cptjesus)", "contributors": [ "Andy Robbins (https://www.wald0.com)", "Will Schroeder (https://www.harmj0y.net)" ], "main": "main.js", "scripts": { "start": "cross-env NODE_ENV=development electron .", "dev": "concurrently -k \"babel-node server.js\" \"npm start\"", "winbuild": "webpack --config webpack.config.production.js && electron-packager . BloodHound --platform=win32 --arch=all --overwrite --prune --ignore=./*.zip --ignore=./BloodHound.* --ignore=BloodHoundExampleDB.graphdb --icon=src/img/icon.ico", "macbuild": "webpack --config webpack.config.production.js && electron-packager . BloodHound --platform=darwin --arch=all --overwrite --prune --ignore=./*.zip --ignore=./BloodHound.* --ignore=BloodHoundExampleDB.graphdb --icon=src/img/icon.icns", "linuxbuild": "webpack --config webpack.config.production.js && electron-packager . BloodHound --platform=linux --arch=all --overwrite --prune --ignore=./*.zip --ignore=./BloodHound.* --ignore=BloodHoundExampleDB.graphdb" }, "babel": { "presets": [ "es2015", "stage-0", "react" ] }, "devDependencies": { "babel-cli": "^6.22.2", "babel-core": "^6.22.1", "babel-loader": "^7.0.0", "babel-polyfill": "^6.22.0", "babel-preset-es2015": "^6.22.0", "babel-preset-react": "^6.22.0", "babel-preset-stage-0": "^6.22.0", "concurrently": "^3.1.0", "cross-env": "^5.0.0", "electron": "^1.4.15", "express": "^4.14.0", "webpack": "^2.5.1", "webpack-dev-middleware": "^1.6.1", "webpack-hot-middleware": "^2.12.1" }, "dependencies": { "async": "^2.1.4", "bootstrap": "^3.3.6", "bootstrap-3-typeahead": "^4.0.1", "configstore": "^3.1.0", "dagre": "^0.7.4", "eventemitter2": "^4.1.0", "jquery": "^3.2.1", "linkurious": "^1.5.1", "mustache": "^2.2.1", "neo4j-driver": "*", "prop-types": "^15.5.10", "react": "^15.4.2", "react-bootstrap": "^0.31.0", "react-dom": "^15.4.2", "react-if": "^2.1.0", "react-transition-group": "^1.1.3" } }