Blame view

node_modules/mockjs/package.json 1.84 KB
aaac7fed   liuqimichale   add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
  {
    "_args": [
      [
        "mockjs@1.0.1-beta3",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "mockjs@1.0.1-beta3",
    "_id": "mockjs@1.0.1-beta3",
    "_inBundle": false,
    "_integrity": "sha1-0jTzwnJWOXVk8slVFC6JGQlTcgk=",
    "_location": "/mockjs",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "mockjs@1.0.1-beta3",
      "name": "mockjs",
      "escapedName": "mockjs",
      "rawSpec": "1.0.1-beta3",
      "saveSpec": null,
      "fetchSpec": "1.0.1-beta3"
    },
    "_requiredBy": [
      "#DEV:/"
    ],
    "_resolved": "http://registry.npm.taobao.org/mockjs/download/mockjs-1.0.1-beta3.tgz",
    "_spec": "1.0.1-beta3",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "nuysoft@gmail.com"
    },
    "bin": {
      "random": "bin/random"
    },
    "bugs": {
      "url": "https://github.com/nuysoft/Mock/issues"
    },
    "dependencies": {
      "commander": "*"
    },
    "description": "生成随机数据 & 拦截 Ajax 请求",
    "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"
    },
    "homepage": "http://mockjs.com/",
    "keywords": [
      "mock",
      "mockJSON",
      "mockAjax"
    ],
    "licenses": [
      {
        "type": "MIT",
        "url": "https://github.com/nuysoft/Mock/blob/master/LICENSE"
      }
    ],
    "main": "./dist/mock.js",
    "name": "mockjs",
    "repository": {
      "type": "git",
      "url": "git://github.com/nuysoft/Mock.git"
    },
    "scripts": {
      "coveralls": "gulp coveralls",
      "test": "gulp mocha"
    },
    "spm": {
      "main": "dist/mock.js"
    },
    "title": "Mock.js",
    "version": "1.0.1-beta3"
  }