forked from yahoo/preceptor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.2 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.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
{
"name": "preceptor",
"version": "0.9.9",
"description": "Preceptor testrunner and aggregator",
"license": "MIT",
"main": "index.js",
"bin": {
"preceptor": "bin/preceptor"
},
"scripts": {
"test": "istanbul cover -- _mocha --reporter spec",
"docs": "yuidoc ."
},
"homepage": "https://github.com/yahoo/preceptor",
"bugs": "https://github.com/yahoo/preceptor/issues",
"repository": {
"type": "git",
"url": "https://github.com/yahoo/preceptor.git"
},
"keywords": [
"testing",
"preceptor",
"testrunner",
"aggregator",
"mocha",
"cucumber",
"kobold"
],
"author": {
"name": "Marcel Erz",
"email": "erz@yahoo-inc.com"
},
"dependencies": {
"glob": "3.2.3",
"istanbul": "0.3.2",
"log4js": "0.6.20",
"minimatch": "1.0.0",
"mkdirp": "0.5.0",
"preceptor-core": "0.9.3",
"preceptor-reporter": "0.9.5",
"promise": "6.0.0",
"underscore": "1.7.0",
"uuid": "2.0.1"
},
"devDependencies": {
"chai": "1.9.1",
"cucumber": "0.4.2",
"coveralls": "2.11.2",
"mocha": "1.21.4",
"cabbie-alpha": "~1.0.0",
"kobold": "~0.9.0",
"preceptor-webdriver": "~0.9.0",
"yuidocjs": "0.3.50"
}
}