npm-registry-mock
Version:
mock the npm registry
37 lines (36 loc) • 778 B
JSON
{
"name": "npm-registry-mock",
"version": "1.3.2",
"description": "mock the npm registry",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"dependencies": {
"hock": "~0.2.5",
"readdir-scoped-modules": "^1.1.0",
"util-extend": "^1.0.3"
},
"devDependencies": {
"mkdirp": "^0.5.1",
"mocha": "^3.0.2",
"npm": ">=4",
"npm-registry-client": "^7.2.1",
"request": "^2.73.0",
"rimraf": "^2.5.3"
},
"repository": {
"type": "git",
"url": "git://github.com/npm/npm-registry-mock.git"
},
"author": "Robert Kowalski <rok@kowalski.gd>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/npm/npm-registry-mock/issues"
},
"keywords": [
"npm",
"registry",
"testing"
]
}