UNPKG

mockjs-async

Version:

mockjs支持异步模拟的版本

52 lines (51 loc) 1.08 kB
{ "name": "mockjs-async", "title": "Mock.js async版本", "description": "mockjs支持异步模拟的版本", "version": "0.0.5", "homepage": "https://github.com/ccwq/Mock", "keywords": [ "mock", "mock async", "mockJSON", "mockAjax" ], "author": "ccwqmal@gmail.com", "dependencies": { "commander": "*" }, "devDependencies": { "gulp": "^3.9.0", "gulp-connect": "*", "gulp-coveralls": "^0.1.4", "gulp-istanbul": "^0.10.3", "gulp-jshint": "^2.0.0", "gulp-mocha": "^2.2.0", "gulp-mocha-phantomjs": "^0.10.1", "jshint": "^2.8.0", "jshint-stylish": "^2.1.0", "webpack": "3" }, "repository": { "type": "git", "url": "git://github.com/ccwq/Mock.git" }, "main": "dist/mock.js", "scripts": { "test": "gulp mocha", "build": "gulp webpack", "coveralls": "gulp coveralls" }, "bin": { "random": "bin/random" }, "licenses": [ { "type": "MIT", "url": "https://github.com/nuysoft/Mock/blob/master/LICENSE" } ], "spm": { "main": "dist/mock.js" } }