{ "name": "create-test-server", "version": "2.0.1", "description": "Creates a minimal Express server for testing", "main": "src/index.js", "scripts": { "test": "xo && nyc ava", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "xo": { "extends": "xo-lukechilds" }, "repository": { "type": "git", "url": "git+https://github.com/lukechilds/create-test-server.git" }, "keywords": [ "create", "test", "server", "mock", "nock", "testing", "ci", "unit", "tests", "ssl", "https", "http" ], "author": "Luke Childs (http://lukechilds.co.uk)", "license": "MIT", "bugs": { "url": "https://github.com/lukechilds/create-test-server/issues" }, "homepage": "https://github.com/lukechilds/create-test-server", "dependencies": { "create-cert": "^1.0.2", "express": "^4.15.3", "pify": "^3.0.0" }, "devDependencies": { "ava": "^0.20.0", "coveralls": "^2.13.1", "eslint-config-xo-lukechilds": "^1.0.0", "got": "^7.0.0", "nyc": "^11.0.2", "xo": "^0.19.0" } }