travel/admin/node_modules/mockjs/package.json

50 lines
1.0 KiB
JSON

{
"name": "mockjs",
"title": "Mock.js",
"description": "生成随机数据 & 拦截 Ajax 请求",
"version": "1.0.1-beta3",
"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",
"webpack": "^1.12.9"
},
"repository": {
"type": "git",
"url": "git://github.com/nuysoft/Mock.git"
},
"main": "./dist/mock.js",
"scripts": {
"test": "gulp mocha",
"coveralls": "gulp coveralls"
},
"bin": {
"random": "bin/random"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nuysoft/Mock/blob/master/LICENSE"
}
],
"spm": {
"main": "dist/mock.js"
}
}