UNPKG

oc-registry-test

Version:

An utility to test an OpenComponent Registry is setup and secured correctly

39 lines (38 loc) 888 B
{ "name": "oc-registry-test", "version": "1.2.1", "description": "An utility to test an OpenComponent Registry is setup and secured correctly", "bin": { "oc-registry-test": "./cli.js" }, "scripts": { "test": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/opencomponents/oc-registry-test.git" }, "keywords": [ "OC", "OpenComponents", "Open", "Components", "Registry" ], "author": "Matteo Figus", "license": "MIT", "bugs": { "url": "https://github.com/opencomponents/oc-registry-test/issues" }, "homepage": "https://github.com/opencomponents/oc-registry-test#readme", "dependencies": { "chai": "^3.5.0", "minimal-request": "^3.0.0", "minimist": "^1.2.0", "mocha": "^6.1.4" }, "devDependencies": { "eslint": "^5.16.0", "eslint-config-defaults": "^9.0.0" } }