{
  "name": "precis-js",
  "version": "0.1.5",
  "description": "A JavaScript implementation of RFC 7564 (The PRECIS Framework).",
  "keywords": [
    "precis",
    "unicode",
    "string",
    "prepare",
    "stringprep",
    "username",
    "password",
    "nickname"
  ],
  "homepage": "https://github.com/eloquent/precis-js",
  "bugs": "https://github.com/eloquent/precis-js/issues",
  "repository": "eloquent/precis-js",
  "license": "MIT",
  "author": {
    "name": "Erin Millard",
    "email": "ezzatron@gmail.com",
    "url": "http://ezzatron.com/"
  },
  "main": "lib/enforce.js",
  "engines": {
    "node": ">= 0.10.0",
    "npm": ">= 1.0.0"
  },
  "browserify": {
    "transform": ["brfs"]
  },
  "dependencies": {
    "unicode-trie": "^0.3.1"
  },
  "optionalDependencies": {
    "unorm": "^1.3.3"
  },
  "devDependencies": {
    "brfs": "^1.4.0",
    "browserify": "^12.0.1",
    "chai": "^3.0.0",
    "codecov.io": "^0.1.4",
    "codepoints": "^1.2.0",
    "coffee-coverage": "^0.7.0",
    "coffee-script": "^1.9.2",
    "coffeeify": "^1.1.0",
    "coffeelint": "^1.10.1",
    "disc": "^1.3.2",
    "istanbul": "^0.4.0",
    "mocha": "^2.2.5",
    "sinon": "^1.14.1",
    "uglify-js": "^2.4.23"
  },
  "scripts": {
    "test": "scripts/test"
  }
}
