pwgen-for-bios/package.json

54 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "pwgen-for-bios",
"version": "2.0.0",
"description": "Password generator for BIOS",
"main": "decrypt_bios.js",
"dependencies": {
"@types/jasmine": "^2.8.3",
"gulp-jasmine": "^3.0.0",
"typescript": "^2.6.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.3",
"gulp-sourcemaps": "^2.6.4",
"tslint": "^5.8.0",
2018-01-26 19:04:37 -05:00
"typescript": "^2.6.2",
"webpack": "^3.10.0",
"karma": "^2.0.0",
"karma-jasmine": "^1.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-sauce-launcher": "^1.2.0",
2018-01-26 19:04:37 -05:00
"karma-webpack": "^2.0.9",
"karma-sourcemap-loader": "^0.3.7",
"ts-loader": "^3.3.1",
"istanbul": "^0.4.5",
"gulp-istanbul": "^1.1.3",
"remap-istanbul": "^0.10.1",
"coveralls": "^3.0.0"
},
"scripts": {
"test": "gulp test",
2018-01-26 19:04:37 -05:00
"lint": "gulp lint",
"cover": "gulp coverage",
"browser-test": "karma start"
},
"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"
}