{ "name": "ocsp", "version": "1.2.0", "description": "OCSP Stapling implementation", "main": "lib/ocsp.js", "scripts": { "lint": "jshint lib/*.js lib/**/*.js && jscs lib/*.js lib/**/*.js test/*.js test/**/*.js", "test": "mocha test/*-test.js" }, "keywords": [ "OCSP", "ASN.1", "Stapling" ], "author": "Fedor Indutny ", "repository": { "type": "git", "url": "git+https://github.com/indutny/ocsp.git" }, "license": "MIT", "devDependencies": { "jscs": "^2.4.0", "jshint": "^2.8.0", "mocha": "^2.2.5", "selfsigned.js": "^3.0.1" }, "dependencies": { "asn1.js": "^4.8.0", "asn1.js-rfc2560": "^4.0.0", "asn1.js-rfc5280": "^2.0.0", "async": "^1.5.2", "simple-lru-cache": "0.0.2" } }