Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/strengthify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f097474cdaaaa820c9cf373b2c0d51c3c6621d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "strengthify",
  "version": "0.5.7",
  "description": "Combine jQuery and zxcvbn to create a password strength meter",
  "main": "jquery.strengthify.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MorrisJobke/strengthify.git"
  },
  "author": "Morris Jobke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MorrisJobke/strengthify/issues"
  },
  "homepage": "https://github.com/MorrisJobke/strengthify#readme"
}