lib-mock-server
Version:
基于mockjs+json描述文件的模拟数据,支持RESTful风格
31 lines (30 loc) • 573 B
JSON
{
"name": "lib-mock-server",
"version": "1.0.10",
"description": "基于mockjs+json描述文件的模拟数据,支持RESTful风格",
"main": "index.js",
"scripts": {
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zuimeiaj/mockserver.git"
},
"files": [
"libs",
"index.js",
"readme.md",
"test"
],
"keywords": [
"mockjson"
],
"author": "zuimeiaj",
"license": "MIT",
"dependencies": {
"mockjs": "^1.1.0"
},
"devDependencies": {
"http-proxy": "^1.18.1"
}
}