-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.21 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.21 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
{
"name": "protractor-cucumber-framework",
"version": "0.6.0",
"description": "Protractor framework for Cucumber.js",
"main": "index.js",
"scripts": {
"start": "httpster -d testapp/ -p `node -p 'process.env.HTTP_PORT || require(\"./spec/environment\").webServerDefaultPort'`",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mattfritz/protractor-cucumber-framework"
},
"keywords": [
"angular",
"test",
"testing",
"webdriver",
"webdriverjs",
"selenium",
"protractor",
"protractor-framework",
"cucumber",
"cucumber-js",
"gherkin",
"bdd"
],
"author": "Matt Fritz <mfritzer@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattfritz/protractor-cucumber-framework/issues"
},
"homepage": "https://github.com/mattfritz/protractor-cucumber-framework",
"dependencies": {
"debug": "^2.2.0",
"glob": "^7.0.3",
"object-assign": "^4.0.1",
"q": "^1.4.1"
},
"peerDependencies": {
"cucumber": ">= 0.9.1"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"cucumber": "^1.0.0",
"httpster": "^1.0.1",
"protractor": "^3.2.0"
}
}