UNPKG

shortstop-handlers

Version:

Common protocol handlers for use with the shortstop node module.

42 lines (41 loc) 923 B
{ "name": "shortstop-handlers", "version": "1.1.1", "description": "Common protocol handlers for use with the shortstop node module.", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "tape test/*.js", "cover": "nyc --reporter=lcov npm test && nyc report", "lint": "jshint -c .jshintrc index.js" }, "repository": { "type": "git", "url": "https://github.com/krakenjs/shortstop-handlers.git" }, "keywords": [ "shortstop", "node", "json" ], "author": "Erik Toth <ertoth@paypal.com>", "licenses": [ { "type": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], "readmeFilename": "README.md", "devDependencies": { "jshint": "^2.5.0", "nyc": "^15.1.0", "tape": "^5.5.0" }, "dependencies": { "caller": "^1.0.1", "core-util-is": "^1.0.1", "glob": "^7.0.5" } }