forked from codeceptjs/CodeceptJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.56 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
{
"name": "codeceptjs",
"version": "0.4.7",
"description": "Modern Era Aceptance Testing Framework for NodeJS",
"homepage": "http://codecept.io",
"repository": "Codeception/codeceptjs",
"es6": true,
"author": {
"name": "DavertMik",
"email": "davert@codegyre.com",
"url": "http://codegyre.com"
},
"bin": {
"codeceptjs": "./bin/codecept.js"
},
"files": [
"bin",
"lib",
"translations"
],
"main": "lib/codecept.js",
"keywords": [
"tdd",
"bdd",
"testing",
"acceptance"
],
"dependencies": {
"chalk": "^1.1.3",
"co": "^4.6.0",
"commander": "^2.9.0",
"escape-string-regexp": "^1.0.3",
"glob": "^6.0.1",
"inquirer": "^0.11.0",
"mocha": "^2.4.2",
"requireg": "^0.1.5"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"co-mocha": "^1.1.2",
"documentation": "^4.0.0-beta1",
"git-guppy": "^1.0.1",
"gulp": "^3.6.0",
"gulp-coveralls": "^0.1.0",
"gulp-documentation": "^2.2.0",
"gulp-eslint": "^1.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-gitmodified": "^1.1.0",
"gulp-istanbul": "^0.9.0",
"gulp-jscs": "^3.0.2",
"gulp-mocha": "^2.0.0",
"gulp-mustache": "^2.2.0",
"gulp-plumber": "^1.0.0",
"guppy-pre-commit": "^0.3.0",
"nightmare": "^2.5.2",
"nightmare-upload": "^0.1.1",
"protractor": "^4.0.0",
"selenium-webdriver": "^2.53.1",
"sinon": "^1.17.2",
"webdriverio": ">3.4.0 <5.0.0"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "MIT"
}