forked from HamedFathi/PasswordMeter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.14 KB
/
package.json
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
{
"name": "password-meter",
"version": "3.1.0",
"description": "This password meter library is inspired by pointing system in http://www.passwordmeter.com/, in which the main purpose is to help the end users to have more stronger passwords.",
"keywords": [
"password",
"password meter",
"password strength"
],
"homepage": "https://github.com/HamedFathi/PasswordMeter",
"bugs": {
"url": "https://github.com/HamedFathi/PasswordMeter/issues"
},
"license": "MIT",
"author": "Hamed Fathi <[email protected]>",
"main": "dist/commonjs/index.js",
"repository": {
"type": "git",
"url": "https://github.com/HamedFathi/PasswordMeter"
},
"typings": "dist/commonjs/index.d.ts",
"scripts": {
"build": "./node_modules/.bin/gulp"
},
"devDependencies": {
"@types/gulp": "^4.0.5",
"@types/gulp-plumber": "0.0.32",
"@types/gulp-typescript": "^2.13.0",
"@types/merge2": "^1.1.4",
"@types/run-sequence": "0.0.30",
"@types/typescript": "^2.0.0",
"gulp": "^3.9.1",
"gulp-run": "^1.7.1",
"gulp-typescript": "^3.2.3",
"run-sequence": "^2.2.0",
"typescript": "^2.6.2"
}
}