-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 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
{
"name": "z-password-gen",
"version": "1.0.3",
"description": "A library to generate a cryptographically secure password",
"main": "src/PasswordGen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeraphie/passwordGenJS.git"
},
"keywords": [
"Password",
"Generator",
"Generation",
"Cryptographic",
"Cryptograpically",
"Strong",
"Cryptographically",
"Secure"
],
"author": "Izzy Skye",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeraphie/passwordGenJS/issues"
},
"homepage": "https://github.com/zeraphie/passwordGenJS#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^15.2.0",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-plumber": "^1.2.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"run-sequence": "^2.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}