{
  "name": "nodejose",
  "version": "1.0.1",
  "description": "Fork from node-jose: A JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers",
  "main": "lib/index.js",
  "scripts": {
    "test": "gulp test:nodejs"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com/murcialito/node-jose.git"
  },
  "keywords": [
    "crypto",
    "jose",
    "jwk",
    "jws",
    "jwe",
    "jwa"
  ],
  "author": "Murcialito",
  "license": "Apache-2.0",
  "dependencies": {
    "es6-promise": "^2.0.1",
    "jsbn": "^0.1.0",
    "lodash.assign": "^3.2.0",
    "lodash.clone": "^3.0.2",
    "lodash.fill": "^3.2.2",
    "lodash.flatten": "^3.0.2",
    "lodash.intersection": "^3.2.0",
    "lodash.merge": "^3.3.1",
    "lodash.omit": "^3.1.0",
    "lodash.partialright": "^3.1.0",
    "lodash.pick": "^3.1.0",
    "lodash.uniq": "^3.2.1",
    "long": "^2.2.3",
    "nodeforge": "^1.0.0",
    "urlsafe-base64": "^1.0.0",
    "uuid": "^2.0.1"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "del": "^1.1.1",
    "gulp": "^3.8.10",
    "gulp-eslint": "^0.5.0",
    "gulp-istanbul": "^0.6.0",
    "gulp-mocha": "^2.0.0",
    "gulp-rename": "^1.2.0",
    "gulp-sourcemaps": "^1.3.0",
    "gulp-uglify": "^1.1.0",
    "istanbul": "^0.4.0",
    "run-sequence": "^1.1.5",
    "yargs": "^4.3.2"
  },
  "browser": {
    "crypto": false
  }
}
