UNPKG

trafficjam

Version:

Web service to simulate slow network responses

36 lines (35 loc) 747 B
{ "name": "trafficjam", "description": "Web service to simulate slow network responses", "keywords": [ "web service", "simulator", "i/o", "slow" ], "main": "./index", "author": "George Ornbo <george@shapeshed.com> (http://shapeshed.com)", "version": "0.0.3", "engines": { "node": "*" }, "repository": { "type": "git", "url": "https://github.com/shapeshed/trafficjam.git" }, "devDependencies": { "mocha": ">=0.14.1" }, "bugs": { "url": "https://github.com/shapeshed/trafficjam/issues" }, "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "licenses": [ { "type": "MIT", "url": "https://github.com/shapeshed/trafficjam/raw/master/LICENSE" } ] }