package.json 672 Bytes
{
  "name": "cryptiles",
  "description": "General purpose crypto utilities",
  "version": "2.0.5",
  "repository": "git://github.com/hapijs/cryptiles",
  "main": "lib/index.js",
  "keywords": [
    "cryptography",
    "security",
    "utilites"
  ],
  "engines": {
    "node": ">=0.10.40"
  },
  "dependencies": {
    "boom": "2.x.x"
  },
  "devDependencies": {
    "code": "1.x.x",
    "lab": "5.x.x"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L",
    "test-cov-html": "lab -a code -r html -o coverage.html"
  },
  "license": "BSD-3-Clause",
  "_from": "cryptiles@2.0.5",
  "_resolved": "http://registry.npm.taobao.org/cryptiles/download/cryptiles-2.0.5.tgz"
}