pwgen-for-bios/package.json

65 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "pwgen-for-bios",
"version": "2.0.0",
"description": "Password generator for BIOS",
"main": "decrypt_bios.js",
"dependencies": {
2019-08-15 13:07:04 -04:00
"@types/jasmine": "^3.4.0",
2018-04-22 09:14:36 -04:00
"@types/long": "^3.0.32",
"gulp-jasmine": "^4.0.0",
2018-04-26 07:40:42 -04:00
"long": "dcodeIO/long.js"
},
"devDependencies": {
2019-08-15 13:07:04 -04:00
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"coveralls": "^3.0.6",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-istanbul": "^1.1.3",
"gulp-sourcemaps": "^2.6.4",
2018-04-22 09:14:36 -04:00
"gulp-tslint": "^8.1.3",
2019-08-15 13:07:04 -04:00
"gulp-typescript": "^5.0.1",
2018-04-22 09:14:36 -04:00
"html-webpack-plugin": "^3.2.0",
"istanbul": "^0.4.5",
2019-08-15 13:07:04 -04:00
"karma": "^4.2.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.2.0",
"karma-jasmine": "^2.0.1",
"karma-sauce-launcher": "^2.0.2",
2018-01-26 19:04:37 -05:00
"karma-sourcemap-loader": "^0.3.7",
2019-08-15 13:07:04 -04:00
"karma-webpack": "^4.0.2",
"remap-istanbul": "^0.13.0",
"ts-loader": "^6.0.4",
"tslint": "^5.18.0",
"typescript": "^3.5.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"webpack-closure-compiler": "^2.1.6",
2018-04-22 09:14:36 -04:00
"webpack-dev-server": "^3.1.3"
},
"scripts": {
"test": "gulp test",
2018-01-26 19:04:37 -05:00
"lint": "gulp lint",
"cover": "gulp coverage",
2019-08-15 13:07:04 -04:00
"clean": "gulp clean",
"browser-test": "karma start",
"webpack": "webpack",
"dev-server": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bacher09/pwgen-for-bios.git"
},
"keywords": [
"bios",
"keygen",
"password"
],
"author": "Slava Bacherikov",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bacher09/pwgen-for-bios/issues"
},
"homepage": "https://github.com/bacher09/pwgen-for-bios#readme"
}