forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 2.57 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 2.57 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "mocha",
"version": "1.21.4",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
"test",
"bdd",
"tdd",
"tap"
],
"author": {
"name": "TJ Holowaychuk",
"email": "[email protected]"
},
"contributors": [
{
"name": "Joshua Appelman",
"email": "[email protected]"
},
{
"name": "Oleg Gaidarenko",
"email": "[email protected]"
},
{
"name": "Christoffer Hallas",
"email": "[email protected]"
},
{
"name": "Christopher Hiller",
"email": "[email protected]"
},
{
"name": "Travis Jeffery",
"email": "[email protected]"
},
{
"name": "Johnathan Ong",
"email": "[email protected]"
},
{
"name": "Guillermo Rauch",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/mocha.git"
},
"main": "./index",
"browser": "./mocha.js",
"bin": {
"mocha": "./bin/mocha",
"_mocha": "./bin/_mocha"
},
"engines": {
"node": ">= 0.4.x"
},
"scripts": {
"test": "make test-all"
},
"dependencies": {
"commander": "2.0.0",
"growl": "1.8.x",
"jade": "0.26.3",
"diff": "1.0.7",
"debug": "*",
"mkdirp": "0.3.5",
"glob": "3.2.3"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"should": "~4.0.0"
},
"files": [
"bin",
"images",
"lib",
"index.js",
"mocha.css",
"mocha.js",
"LICENSE"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/visionmedia/mocha/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/visionmedia/mocha/issues"
},
"homepage": "https://github.com/visionmedia/mocha",
"_id": "[email protected]",
"_shasum": "e77d69c3773ba3e2b4fe6b628c28b5dd43880adc",
"_from": "mocha@",
"_npmVersion": "1.4.9",
"_npmUser": {
"name": "travisjeffery",
"email": "[email protected]"
},
"maintainers": [
{
"name": "tjholowaychuk",
"email": "[email protected]"
},
{
"name": "travisjeffery",
"email": "[email protected]"
},
{
"name": "markelog",
"email": "[email protected]"
},
{
"name": "jbnicolai",
"email": "[email protected]"
}
],
"dist": {
"shasum": "e77d69c3773ba3e2b4fe6b628c28b5dd43880adc",
"tarball": "http://registry.npmjs.org/mocha/-/mocha-1.21.4.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/mocha/-/mocha-1.21.4.tgz",
"readme": "ERROR: No README data found!"
}