프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / mout / package.json

이력 | 보기 | 이력해설 | 다운로드 (3.04 KB)

1
{
2
  "_args": [
3
    [
4
      "mout@0.12.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "mout@0.12.0",
9
  "_id": "mout@0.12.0",
10
  "_inBundle": false,
11
  "_integrity": "sha1-bVskLuMx+dBMaOWPd6kaMGDoyss=",
12
  "_location": "/mout",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "mout@0.12.0",
18
    "name": "mout",
19
    "escapedName": "mout",
20
    "rawSpec": "0.12.0",
21
    "saveSpec": null,
22
    "fetchSpec": "0.12.0"
23
  },
24
  "_requiredBy": [
25
    "/express-error-handler"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/mout/-/mout-0.12.0.tgz",
28
  "_spec": "0.12.0",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Miller Medeiros",
32
    "email": "contact@millermedeiros.com",
33
    "url": "http://blog.millermedeiros.com"
34
  },
35
  "bugs": {
36
    "url": "https://github.com/mout/mout/issues/"
37
  },
38
  "contributors": [
39
    {
40
      "name": "Adam Nowotny"
41
    },
42
    {
43
      "name": "André Cruz",
44
      "email": "amdfcruz@gmail.com"
45
    },
46
    {
47
      "name": "Conrad Zimmerman",
48
      "url": "http://www.conradz.com"
49
    },
50
    {
51
      "name": "Friedemann Altrock",
52
      "email": "frodenius@gmail.com"
53
    },
54
    {
55
      "name": "Igor Almeida",
56
      "email": "igor.p.almeida@gmail.com"
57
    },
58
    {
59
      "name": "Jarrod Overson",
60
      "url": "http://jarrodoverson.com"
61
    },
62
    {
63
      "name": "Mathias Paumgarten",
64
      "email": "mail@mathias-paumgarten.com"
65
    },
66
    {
67
      "name": "Zach Shipley"
68
    }
69
  ],
70
  "description": "Modular Utilities",
71
  "devDependencies": {
72
    "commander": "~1.0.5",
73
    "handlebars": "~1.0.6",
74
    "istanbul": "~0.1.27",
75
    "jasmine-node": "~1.14.5",
76
    "jshint": "2.x",
77
    "mdoc": "~0.3.2",
78
    "nodefy": "*",
79
    "regenerate": "~0.5.4",
80
    "requirejs": "2.x",
81
    "rimraf": "2.2.2",
82
    "rocambole": "~0.2.3"
83
  },
84
  "directories": {
85
    "doc": "./doc"
86
  },
87
  "homepage": "http://moutjs.com/",
88
  "keywords": [
89
    "utilities",
90
    "functional",
91
    "amd-utils",
92
    "stdlib"
93
  ],
94
  "license": "MIT",
95
  "main": "./index.js",
96
  "name": "mout",
97
  "repository": {
98
    "type": "git",
99
    "url": "git://github.com/mout/mout.git"
100
  },
101
  "scripts": {
102
    "pretest": "node build pkg",
103
    "test": "istanbul test tests/runner.js --hook-run-in-context"
104
  },
105
  "testling": {
106
    "preprocess": "node build testling",
107
    "browsers": {
108
      "ie": [
109
        7,
110
        8,
111
        9,
112
        10
113
      ],
114
      "firefox": [
115
        17,
116
        "nightly"
117
      ],
118
      "chrome": [
119
        23,
120
        "canary"
121
      ],
122
      "opera": [
123
        12,
124
        "next"
125
      ],
126
      "safari": [
127
        5.1,
128
        6
129
      ],
130
      "iphone": [
131
        6
132
      ],
133
      "ipad": [
134
        6
135
      ]
136
    },
137
    "scripts": [
138
      "tests/lib/jasmine/jasmine.js",
139
      "tests/lib/jasmine/jasmine.async.js",
140
      "tests/lib/jasmine/jasmine-tap.js",
141
      "tests/lib/requirejs/require.js",
142
      "tests/testling/src.js",
143
      "tests/testling/specs.js",
144
      "tests/runner.js"
145
    ]
146
  },
147
  "version": "0.12.0"
148
}