UNPKG

whistle.vase

Version:
58 lines (57 loc) 1.38 kB
{ "name": "whistle.vase", "version": "2.2.3", "description": "用于mock数据的whistle插件", "main": "lib/index.js", "keywords": [ "mockjs", "mock", "template", "stub" ], "homepage": "https://github.com/whistle-plugins/whistle.vase", "repository": { "type": "git", "url": "https://github.com/whistle-plugins/whistle.vase.git" }, "author": "avenwu <avenwu@vip.qq.com>", "license": "MIT", "dependencies": { "axios": "^1.7.7", "body-parser": "^1.19.0", "dot": "^1.1.3", "ejs": "^3.1.6", "express": "^4.17.1", "extend": "^3.0.2", "fs-extra2": "^1.0.0", "handlebars": "^4.7.7", "mime": "^1.6.0", "mockjs": "^1.1.0", "mustache": "^4.2.0", "nunjucks": "^3.2.3", "velocityjs": "^2.0.3" }, "scripts": { "lint": "eslint ./lib ./app/cgi-bin ./app/util *.js", "lintfix": "eslint --fix ./lib ./app/cgi-bin ./app/util *.js", "dev": "webpack -w" }, "engines": { "node": ">= 0.10.0" }, "devDependencies": { "bootstrap": "^3.3.6", "clipboard": "^1.5.8", "codemirror": "5.11.0", "css-loader": "^0.23.1", "eslint": "^2.13.1", "file-loader": "^0.8.5", "jquery": "^3.3.1", "jsx-loader": "^0.13.2", "react": "^15.6.1", "react-dom": "^15.6.1", "style-loader": "^0.13.0", "url-loader": "^0.5.7", "webpack": "^1.12.12" } }