summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: b5322349e2859a7153a6a5f5ca5c0c89092c3799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "password-score",
  "description": "JavaScript library used to give realistic estimates of the strength of a password.",
  "homepage": "https://github.com/davidstutz/password-score",
  "version": "1.0.0",
  "keywords": [
      "js",
      "password"
  ],
  "main": [
    "./dist/js/password-score.js",
    "./dist/js/password-score-options.js"
  ],
  "ignore": [
    "data/.*",
    "docs/.*",
    "*.html",
    "*.git*",
    "*.md",
    "*.png",
    "*.php"
  ]
}