UNPKG

webmock

Version:

Mock AJAX/HTTP/SSR - Automatically generate documentation

59 lines (58 loc) 1.47 kB
{ "name": "webmock", "version": "0.1.5", "description": "Mock AJAX/HTTP/SSR - Automatically generate documentation", "main": "lib/index.js", "scripts": { "s": "babel-watch --watch lib ./example/start.js", "s:debug": "DEBUG=webmock:* DEBUG=webmock:* ", "php": "php -S 127.0.0.1:7233 -t example/render", "test": "./node_modules/mocha/bin/mocha -w test/**.test.js", "test:debug": "DEBUG=webmock:* ./node_modules/mocha/bin/mocha --inspect -w test/**.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/onface/webmock.git" }, "keywords": [ "mock", "server", "mock", "ajax", "ajax", "mock", "fms", "mock", "http" ], "author": "NimoChu", "license": "MIT", "bugs": { "url": "https://github.com/onface/webmock/issues" }, "homepage": "https://github.com/onface/webmock#readme", "dependencies": { "ajv": "^6.5.4", "array-sort": "^1.0.0", "cookie": "^0.3.1", "debug": "^4.0.1", "ejs": "^2.6.1", "mime-types": "^2.1.21", "mockjs": "^1.0.1-beta3", "query-string": "5", "request": "^2.88.0", "safe-extend": "^3.0.5", "xtemplate": "^4.6.1", "cookie-parser": "^1.4.3", "cors": "^2.8.4", "body-parser": "^1.18.3", "express": "^4.16.3" }, "devDependencies": { "babel-core": "^6.26.3", "babel-watch": "^2.0.7", "chai": "^4.1.2", "mocha": "^5.2.0", "supertest": "^3.3.0" } }