forked from codeceptjs/CodeceptJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.28 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
{
"name": "codeceptjs",
"version": "0.2.1",
"description": "Modern Era Aceptance Testing Framework for NodeJS",
"homepage": "http://codecept.io",
"repository": "Codeception/codeceptjs",
"es6": true,
"author": {
"name": "DavertMik",
"email": "[email protected]",
"url": "http://codegyre.com"
},
"bin": {
"codeceptjs": "./bin/codecept.js"
},
"files": [
"bin",
"lib"
],
"main": "lib/codecept.js",
"keywords": [
"tdd",
"bdd",
"testing",
"acceptance"
],
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.9.0",
"escape-string-regexp": "^1.0.3",
"glob": "^6.0.1",
"inquirer": "^0.11.0",
"mocha": "^2.3.4",
"webdriverio": "^3.2.5"
},
"devDependencies": {
"chai": "^3.4.1",
"documentation": "^3.0.4",
"git-guppy": "^1.0.1",
"gulp": "^3.6.0",
"gulp-coveralls": "^0.1.0",
"gulp-documentation": "^2.1.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-plumber": "^1.0.0",
"guppy-pre-commit": "^0.3.0",
"sinon": "^1.17.2"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "MIT"
}