swagmock-allof
Version:
Mock data generator for swagger api
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "swagmock-allof",
"version": "1.1.0",
"description": "Mock data generator for swagger api",
"main": "lib/index.js",
"engines": {
"node": ">=6.x"
},
"scripts": {
"lint": "eslint lib",
"test": "mocha tests/*.js",
"cover": "istanbul cover _mocha -- tests/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/subeeshcbabu/swagmock.git"
},
"keywords": [
"swagger",
"openapi",
"mock",
"data",
"generator",
"swaggermock"
],
"author": "subeesh chothendavida <subeeshcbabu@yahoo.co.in>",
"license": "MIT",
"bugs": {
"url": "https://github.com/subeeshcbabu/swagmock/issues"
},
"homepage": "https://github.com/subeeshcbabu/swagmock#readme",
"dependencies": {
"call-me-maybe": "^1.0.1",
"chance": "^1.0.3",
"moment": "^2.13.0",
"randexp": "^0.4.2",
"swagger-parser": "^3.4.1"
},
"devDependencies": {
"eslint": "^2.13.0",
"istanbul": "^0.4.4",
"mocha": "^2.5.3"
}
}