pwgen-for-bios/package.json

47 lines
1.1 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",
"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-webpack": "^2.0.9",
"karma-sourcemap-loader": "^0.3.7",
"ts-loader": "^3.3.1"
},
"scripts": {
"test": "gulp test",
2018-01-26 19:04:37 -05:00
"lint": "gulp lint",
"browser-test": "karma start --single-run"
},
"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"
}