package.json
2 KB
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
84
85
{
"_from": "grunt-cafe-mocha@^0.1.13",
"_id": "grunt-cafe-mocha@0.1.13",
"_inBundle": false,
"_integrity": "sha1-B0CeAomGHPdOyyDgeBDei4Hdkns=",
"_location": "/grunt-cafe-mocha",
"_phantomChildren": {
"commander": "2.3.0",
"diff": "1.0.8",
"growl": "1.8.1",
"inherits": "2.0.3",
"jade": "0.26.3",
"lru-cache": "2.7.3",
"mkdirp": "0.5.0",
"sigmund": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "grunt-cafe-mocha@^0.1.13",
"name": "grunt-cafe-mocha",
"escapedName": "grunt-cafe-mocha",
"rawSpec": "^0.1.13",
"saveSpec": null,
"fetchSpec": "^0.1.13"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/grunt-cafe-mocha/-/grunt-cafe-mocha-0.1.13.tgz",
"_shasum": "07409e0289861cf74ecb20e07810de8b81dd927b",
"_spec": "grunt-cafe-mocha@^0.1.13",
"_where": "D:\\w\\project\\comnetprj",
"author": {
"name": "Josh Davis",
"email": "josh@joshldavis.com",
"url": "http://joshldavis.com"
},
"bugs": {
"url": "https://github.com/jdavis/grunt-cafe-mocha/issues"
},
"bundleDependencies": false,
"dependencies": {
"mocha": "^1.17"
},
"deprecated": "Deprecated",
"description": "A Grunt plugin for running server-side Mocha tests that actually works.",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.5.4",
"should": "*"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/jdavis/grunt-cafe-mocha",
"keywords": [
"gruntplugin",
"mocha",
"server",
"bdd",
"tdd",
"tests"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jdavis/grunt-cafe-mocha/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"name": "grunt-cafe-mocha",
"peerDependencies": {
"grunt": "~0.4.1"
},
"repository": {
"type": "git",
"url": "git://github.com/jdavis/grunt-cafe-mocha.git"
},
"scripts": {
"test": "grunt test"
},
"version": "0.1.13"
}