{ "name": "bitwarden", "version": "0.0.0", "scripts": { "sub:init": "git submodule update --init --recursive", "sub:update": "git submodule update --remote", "sub:pull": "git submodule foreach git pull", "postinstall": "npm run sub:init", "build": "gulp build && webpack --config webpack.config.js", "build:watch": "gulp build && webpack --config webpack.config.js --watch", "build:prod": "gulp build && cross-env NODE_ENV=production webpack --config webpack.config.js", "build:prod:watch": "gulp build && cross-env NODE_ENV=production webpack --config webpack.config.js --watch", "clean:l10n": "git push origin --delete l10n_master", "dist": "npm run build:prod && gulp dist", "dist:firefox": "npm run build:prod && gulp dist:firefox", "dist:opera": "npm run build:prod && gulp dist:opera", "dist:safari": "npm run build:prod && gulp dist:safari", "lint": "tslint src/**/*.ts || true", "lint:fix": "tslint src/**/*.ts --fix", "test": "karma start --single-run", "test:watch": "karma start" }, "devDependencies": { "@angular/compiler-cli": "5.2.0", "@ngtools/webpack": "1.10.2", "@types/chrome": "0.0.51", "@types/jasmine": "^2.8.8", "@types/lunr": "^2.1.6", "@types/mousetrap": "^1.6.0", "@types/node": "8.0.19", "@types/node-forge": "0.6.10", "@types/papaparse": "4.1.33", "@types/safari-extension": "^0.0.27", "@types/safari-extension-content": "^0.0.14", "@types/tldjs": "1.7.1", "@types/webcrypto": "^0.0.28", "angular2-template-loader": "^0.6.2", "clean-webpack-plugin": "^0.1.17", "copy-webpack-plugin": "^4.2.0", "cross-env": "^5.1.4", "css-loader": "^0.28.7", "del": "3.0.0", "extract-text-webpack-plugin": "^3.0.1", "file-loader": "^1.1.5", "gulp": "3.9.1", "gulp-filter": "5.0.1", "gulp-google-webfonts": "0.0.14", "gulp-if": "^2.0.2", "gulp-json-editor": "2.2.1", "gulp-replace": "^0.6.1", "gulp-xmlpoke": "0.2.1", "gulp-zip": "4.0.0", "html-loader": "^0.5.1", "html-webpack-plugin": "^2.30.1", "jasmine-core": "^3.2.1", "jasmine-spec-reporter": "^4.2.1", "karma": "^3.0.0", "karma-chrome-launcher": "^2.2.0", "karma-cli": "^1.0.1", "karma-coverage-istanbul-reporter": "^2.0.1", "karma-jasmine": "^1.1.2", "karma-jasmine-html-reporter": "^1.3.1", "karma-typescript": "^3.0.13", "node-sass": "^4.9.2", "sass-loader": "^6.0.6", "style-loader": "^0.19.0", "ts-loader": "^3.5.0", "tslint": "^5.9.1", "tslint-loader": "^3.5.3", "typescript": "^2.7.1", "webpack": "^3.10.0" }, "dependencies": { "@angular/animations": "5.2.0", "@angular/common": "5.2.0", "@angular/compiler": "5.2.0", "@angular/core": "5.2.0", "@angular/forms": "5.2.0", "@angular/http": "5.2.0", "@angular/platform-browser": "5.2.0", "@angular/platform-browser-dynamic": "5.2.0", "@angular/router": "5.2.0", "@angular/upgrade": "5.2.0", "@aspnet/signalr": "1.0.3", "@aspnet/signalr-protocol-msgpack": "1.0.3", "angular2-toaster": "4.0.2", "angulartics2": "5.0.1", "core-js": "2.4.1", "font-awesome": "4.7.0", "lunr": "2.3.1", "mousetrap": "1.6.1", "ngx-infinite-scroll": "0.8.4", "node-forge": "0.7.1", "papaparse": "4.3.5", "rxjs": "5.5.6", "sweetalert": "2.1.0", "tldjs": "2.3.1", "web-animations-js": "2.3.1", "zone.js": "0.8.19" } }