foxman
Version:
Extensible Mock Server
56 lines (55 loc) • 1.18 kB
JSON
{
"name": "foxman",
"version": "1.3.9",
"main": "app.js",
"description": "Extensible Mock Server",
"preferGlobal": true,
"bin": {
"foxman": "./bin/foxman"
},
"files": [
"lib",
"dist",
"bin"
],
"directories": {
"test": "test"
},
"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.3",
"@foxman/plugin-livereload": "^1.2.3",
"@foxman/plugin-nei": "^1.2.3",
"@foxman/plugin-processor": "^1.2.3",
"@foxman/plugin-proxy": "^1.3.3",
"@foxman/plugin-server": "^1.3.8",
"@foxman/plugin-statics": "^1.2.3",
"@foxman/plugin-vconsole": "^1.0.2",
"@foxman/plugin-watcher": "^1.2.3",
"pluginify": "^0.0.1",
"update-notifier": "^2.1.0",
"yargs": "^7.0.2"
}
}