@foxman/core
Version:
Extensible Mock Server
39 lines (38 loc) • 717 B
JSON
{
"name": "@foxman/core",
"version": "1.2.2",
"main": "lib/index.js",
"description": "Extensible Mock Server",
"files": [
"lib"
],
"engines": {
"node": ">=6.4.0"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/kaola-fed/foxman.git"
},
"keywords": [
"extensible",
"node",
"mock",
"proxy",
"server",
"kaola",
"nei"
],
"author": "junyu",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaola-fed/foxman/issues"
},
"homepage": "https://github.com/kaola-fed/foxman#readme",
"dependencies": {
"@foxman/helpers": "^1.2.2",
"co": "^4.6.0",
"dot-prop": "^4.1.1",
"ora": "^1.2.0"
}
}