-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.49 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "biosmasterpasswordgenerator",
"version": "2.0.0",
"description": "Password generator for BIOS",
"dependencies": {
"@types/jasmine": "^3.3.12",
"@types/long": "^4.0.0",
"gulp-jasmine": "^4.0.0",
"long": "dcodeIO/long.js"
},
"devDependencies": {
"cryptiles": ">=4.1.3",
"lodash": ">=4.17.19",
"hoek": ">=6.1.3",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.2",
"coveralls": "^3.0.3",
"del": "^4.1.0",
"gulp": "^4.0.1",
"gulp-istanbul": "^1.1.3",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"istanbul": "^0.4.5",
"remap-istanbul": "^0.13.0",
"ts-loader": "^5.3.3",
"tslint": "^5.16.0",
"typescript": "^3.4.4",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-closure-compiler": "^2.1.6",
"webpack-dev-server": "^3.3.1"
},
"scripts": {
"test": "gulp test",
"lint": "gulp lint",
"cover": "gulp coverage",
"webpack": "webpack",
"dev-server": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JustinBack/BiosMasterPasswordGenerator.git"
},
"keywords": [
"bios",
"keygen",
"password"
],
"author": "Justin Back",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/JustinBack/BiosMasterPasswordGenerator/issues"
},
"homepage": "https://github.com/JustinBack/BiosMasterPasswordGenerator#readme"
}