{
  "name": "fh-security",
  "description": "FeedHenry Security Library",
  "version": "0.4.0",
  "repository": {
    "type": "git",
    "url": "git@github.com:feedhenry/fh-security.git"
  },
  "main": "./lib/security.js",
  "directories": {
    "lib": "./lib/"
  },
  "scripts": {
    "test": "grunt eslint fh:test"
  },
  "engines": {
    "node": "*"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^2.7.0",
    "grunt": "^1.0.1",
    "grunt-fh-build": "^2.0.0",
    "istanbul": "^0.4.3",
    "mocha": "^3.5.3"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "node-rsa": "0.3.2"
  }
}
