-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
72 lines (72 loc) · 1.66 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "shouldit",
"version": "0.4.7",
"description": "A cool way to find out if your spec's in feature files and the like have met expectations.",
"main": "index.js",
"scripts": {
"test": "mocha -R mocha-spec-json-reporter && ./bin/shouldit --config=shouldit-self.conf.json"
},
"bin": {
"shouldit": "./bin/shouldit"
},
"preferGlobal": "true",
"repository": {
"type": "git",
"url": "git@github.com:bbc-sport/ShouldIT.git"
},
"keywords": [
"bdd",
"cucumber",
"spec",
"feature",
"karma",
"jasmine",
"test",
"output"
],
"author": "Richard McIntyre",
"contributors": [
"James Ruston"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bbc-sport/ShouldIT/issues"
},
"devDependencies": {
"chai": "~1.9.0",
"chai-fuzzy": "1.4.0",
"d3": "^3.5.2",
"express": "^4.10.6",
"grunt-check-modules": "~0.2.0",
"grunt-cli": "~0.1.8",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.9.4",
"grunt-shell": "~0.2.2",
"mocha": "~1.17.1",
"mocha-spec-json-reporter": "*",
"mockery": "~1.4.0",
"sinon": "~1.9.0",
"underscore": "1.6.0"
},
"dependencies": {
"colors": "~0.6.2",
"commander": "^2.8.1",
"express": "^4.10.2",
"gaze": "~0.5.1",
"glob": "~3.2.9",
"jsonfile": "~1.1.1",
"line-reader": "~0.2.3",
"merge": "1.2.0",
"minimist": "~0.2.0",
"q": "^1.4.1",
"socket.io": "^1.3.5",
"xml2js": "~0.4.1",
"xmlbuilder": "~2.1.0",
"yamljs": "^0.2.1"
},
"homepage": "https://github.com/bbc-sport/ShouldIT",
"directories": {
"test": "test"
}
}