UNPKG

mockjs2

Version:

生成随机数据 & 拦截 Ajax 请求 mod版

65 lines (64 loc) 1.56 kB
{ "name": "mockjs2", "title": "Mock.js2", "description": "生成随机数据 & 拦截 Ajax 请求 mod版", "version": "1.0.8", "homepage": "http://mockjs.com/", "keywords": [ "mock", "mockJSON", "mockAjax" ], "author": "nuysoft@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", "autoprefixer": "^6.7.2", "babel-core": "^6.26.0", "babel-loader": "^7.1.4", "babel-preset-es2015": "^6.24.1", "css-loader": "^0.28.11", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.11", "html-loader": "^0.5.5", "html-withimg-loader": "^0.1.16", "node-sass": "^4.8.3", "postcss-loader": "^2.1.3", "sass-loader": "^6.0.7", "style-loader": "^0.20.3", "webpack": "^3.10.0", "webpack-dev-server": "^2.11.1" }, "repository": { "type": "git", "url": "git://github.com/sendya/Mock.git" }, "main": "./dist/mock.js", "scripts": { "test": "gulp mocha", "coveralls": "gulp coveralls", "build": "webpack --env=prod --progress --colors --hide-modules" }, "bin": { "random": "bin/random" }, "licenses": [ { "type": "MIT", "url": "https://github.com/nuysoft/Mock/blob/master/LICENSE" } ], "spm": { "main": "dist/mock.js" } }