-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 927 Bytes
/
package.json
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
{
"name": "web-mocha",
"version": "0.0.10",
"description": "A mocha http server",
"main": "./lib/web-mocha.js",
"scripts": {
"test": "npm test"
},
"author": "",
"contributors": [
{
"name": "Gabriel Mancini",
"email": "[email protected]"
},
{
"name": "Joao Neto",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/gabrielmancini/web-mocha.git"
},
"homepage": "https://github.com/gabrielmancini/web-mocha",
"bugs": "https://github.com/gabrielmancini/web-mocha/issues",
"keywords": [
"mocha",
"web",
"server"
],
"license": "BSD",
"dependencies": {
"colors": "~0.6",
"commander": "~1.1",
"glob": "~3.2",
"mocha": "~1.12.0",
"express": "~3.3.4",
"socket.io": "~0.9.16",
"underscore": "~1.5.1"
},
"bin": {
"web-mocha": "./bin/web-mocha"
}
}