{ "name": "bitwarden-directory-connector", "productName": "Bitwarden Directory Connector", "description": "Sync your user directory to your Bitwarden organization.", "version": "0.0.0", "keywords": [ "bitwarden", "password", "vault", "password manager" ], "author": "8bit Solutions LLC (https://bitwarden.com)", "homepage": "https://bitwarden.com", "repository": { "type": "git", "url": "https://github.com/bitwarden/directory-connector" }, "license": "GPL-3.0", "scripts": { "sub:init": "git submodule update --init --recursive", "sub:update": "git submodule update --remote", "sub:pull": "git submodule foreach git pull origin master", "sub:commit": "npm run sub:pull && git commit -am \"update submodule\"", "postinstall": "./node_modules/.bin/electron-rebuild && npm run sub:init", "lint": "tslint src/**/*.ts || true", "lint:fix": "tslint src/**/*.ts --fix", "build": "concurrently -n Main,Rend -c yellow,cyan \"npm run build:main\" \"npm run build:renderer\"", "build:main": "webpack --config webpack.main.js", "build:renderer": "gulp prebuild:renderer && webpack --config webpack.renderer.js", "build:renderer:watch": "gulp prebuild:renderer && webpack --config webpack.renderer.js --watch", "electron": "npm run build:main && concurrently -k -n Main,Rend -c yellow,cyan \"electron --inspect=5858 ./build --watch\" \"npm run build:renderer:watch\"", "clean:dist": "rimraf ./dist/*", "pack:lin": "npm run clean:dist && build --linux --x64 -p never", "pack:mac": "npm run clean:dist && build --mac -p never", "pack:win": "npm run clean:dist && build --win --x64 --ia32 -p never -c.win.certificateSubjectName=\"8bit Solutions LLC\"", "pack:win:ci": "npm run clean:dist && build --win --x64 --ia32 -p never", "dist:lin": "npm run build && npm run pack:lin", "dist:mac": "npm run build && npm run pack:mac", "dist:win": "npm run build && npm run pack:win", "dist:win:ci": "npm run build && npm run pack:win:ci", "publish:lin": "npm run build && npm run clean:dist && build --linux --x64 -p always", "publish:mac": "npm run build && npm run clean:dist && build --mac -p always", "publish:win": "npm run build && npm run clean:dist && build --win --x64 --ia32 -p always -c.win.certificateSubjectName=\"8bit Solutions LLC\"" }, "build": { "appId": "com.bitwarden.directory-connector", "copyright": "Copyright © 2015-2018 8bit Solutions LLC", "directories": { "buildResources": "resources", "output": "dist", "app": "build" }, "mac": { "category": "public.app-category.productivity", "target": [ "dmg", "zip" ] }, "win": { "target": [ "portable", "nsis" ] }, "linux": { "category": "Utility", "synopsis": "Sync your user directory to your Bitwarden organization.", "target": [ "AppImage" ] }, "dmg": { "artifactName": "Bitwarden-Connector-${version}.${ext}", "icon": "dmg.icns", "contents": [ { "x": 150, "y": 185, "type": "file" }, { "x": 390, "y": 180, "type": "link", "path": "/Applications" } ], "window": { "width": 540, "height": 380 } }, "nsis": { "oneClick": false, "perMachine": true, "allowToChangeInstallationDirectory": true, "artifactName": "Bitwarden-Connector-Installer-${version}.${ext}", "uninstallDisplayName": "${productName}", "deleteAppDataOnUninstall": true }, "portable": { "artifactName": "Bitwarden-Connector-Portable-${version}.${ext}" }, "appImage": { "artifactName": "Bitwarden-Connector-${version}-${arch}.${ext}" } }, "devDependencies": { "@angular/compiler-cli": "^6.1.7", "@microsoft/microsoft-graph-types": "^1.4.0", "@ngtools/webpack": "^6.2.1", "@types/ldapjs": "^1.0.3", "@types/lowdb": "^1.0.5", "@types/lunr": "^2.1.6", "@types/node-forge": "^0.7.5", "@types/papaparse": "^4.5.3", "@types/semver": "^5.5.0", "@types/source-map": "0.5.2", "@types/webcrypto": "^0.0.28", "@types/webpack": "^4.4.11", "clean-webpack-plugin": "^0.1.19", "concurrently": "^4.0.1", "copy-webpack-plugin": "^4.5.2", "css-loader": "^1.0.0", "del": "^3.0.0", "electron": "2.0.11", "electron-builder": "^20.25.0", "electron-rebuild": "1.8.1", "electron-reload": "1.2.5", "extract-text-webpack-plugin": "next", "file-loader": "^2.0.0", "font-awesome": "4.7.0", "gulp": "^3.9.1", "gulp-google-webfonts": "^2.0.0", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "node-loader": "^0.6.0", "node-sass": "^4.9.3", "rimraf": "^2.6.2", "sass-loader": "^7.1.0", "ts-loader": "^5.1.0", "tslint": "^5.11.0", "tslint-loader": "^3.6.0", "typescript": "^2.7.2", "webpack": "^4.18.0", "webpack-cli": "^3.1.0", "webpack-merge": "^4.1.4", "webpack-node-externals": "^1.7.2" }, "dependencies": { "@angular/animations": "6.1.7", "@angular/common": "6.1.7", "@angular/compiler": "6.1.7", "@angular/core": "6.1.7", "@angular/forms": "6.1.7", "@angular/http": "6.1.7", "@angular/platform-browser": "6.1.7", "@angular/platform-browser-dynamic": "6.1.7", "@angular/router": "6.1.7", "@angular/upgrade": "6.1.7", "@microsoft/microsoft-graph-client": "1.2.0", "@okta/okta-sdk-nodejs": "1.2.0", "angular2-toaster": "6.1.0", "angulartics2": "6.3.0", "big-integer": "1.6.36", "bootstrap": "4.1.3", "core-js": "2.5.7", "electron-log": "2.2.14", "electron-updater": "3.0.3", "googleapis": "33.0.0", "keytar": "4.2.1", "ldapjs": "1.0.2", "lowdb": "1.0.0", "lunr": "2.3.3", "node-forge": "0.7.6", "rxjs": "6.3.2", "zone.js": "0.8.26" } }