UNPKG

react-router-ga

Version:

[![Downloads](https://img.shields.io/npm/dm/react-router-ga)](https://npm.im/react-router-ga) [![Version](https://img.shields.io/npm/v/react-router-ga)](https://npm.im/react-router-ga) [![License](https://img.shields.io/npm/l/react-router-ga)](https://ope

37 lines (36 loc) 733 B
{ "name": "portfinder", "description": "A simple tool to find an open port on the current machine", "version": "1.0.25", "author": "Charlie Robbins <charlie.robbins@gmail.com>", "repository": { "type": "git", "url": "git@github.com:indexzero/node-portfinder.git" }, "keywords": [ "http", "ports", "utilities" ], "files": [ "lib" ], "dependencies": { "async": "^2.6.2", "debug": "^3.1.1", "mkdirp": "^0.5.1" }, "devDependencies": { "glob": "^7.1.4", "vows": "^0.8.2" }, "main": "./lib/portfinder", "types": "./lib/portfinder.d.ts", "scripts": { "test": "vows test/*-test.js --spec" }, "engines": { "node": ">= 0.12.0" }, "license": "MIT" }