-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.1 KB
/
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
45
46
47
48
49
50
{
"name": "coffeebreak",
"version": "0.3.0",
"description": "Test runner for Mocha",
"main": "coffeebreak.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"bin": {
"coffeebreak": "bin/coffeebreak"
},
"keywords": [
"coffee",
"coffeebreak",
"testrunner",
"unittest",
"mocha",
"mochatest",
"mochatestrunner"
],
"author": "Andi Heinkelein <andi@noname-media.com> (http://noname-media.com/)",
"license": "MIT",
"dependencies": {
"xqnode-logger": "^0.1.1",
"glob": "~4.0.4",
"minimatch": "~0.4.0",
"node.extend": "~1.0.10",
"mocha": "~1.20.1",
"express": "~4.6.1",
"hbs": "~2.7.0",
"mocha-phantomjs": "~3.5.0",
"phantomjs": "~1.9.7-14",
"async": "~0.9.0",
"commander": "~2.3.0",
"sockjs": "~0.3.9",
"express-server": "~0.3.0",
"coffeebreak-phantomjs-runner": "^0.0.1"
},
"devDependencies": {
"sinon": "~1.10.3",
"sinon-expect": "~0.2.0",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-mocha-cli": "~1.9.0",
"expect": "0.1.1"
}
}