-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.26 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
{
"name": "gulp-chimp",
"version": "2.2.1",
"description": "Gulp plugin to interact with the Chimp.js",
"license": "MIT",
"main": "index.js",
"author": "Eduardo Gonzalez <eduardo.gch@gmail.com>",
"url": "https://www.npmjs.com/package/gulp-chimp",
"homepage": "https://github.com/eduardogch/gulp-chimp#readme",
"bugs": {
"url": "https://github.com/eduardogch/gulp-chimp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eduardogch/gulp-chimp.git"
},
"scripts": {
"start": "node_modules/.bin/gulp start",
"e2e": "node_modules/.bin/gulp chimp",
"test": "node_modules/.bin/mocha source/tdd/**/*.spec.js"
},
"keywords": [
"gulp",
"chimp",
"e2e",
"webdriverio",
"selenium",
"cucumber",
"bdd",
"saucelabs",
"mocha"
],
"dependencies": {
"async": "^2.0.1",
"chimp": "^0.47.1",
"cucumber-html-reporter": "^0.3.7",
"gulp-util": "^3.0.7"
},
"devDependencies": {
"body-parser": "^1.15.1",
"browser-sync": "^2.17.1",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.1.0",
"istanbul": "^0.4.3",
"mocha": "^3.2.0",
"mocha-istanbul": "^0.3.0",
"morgan": "^1.7.0",
"run-sequence": "^1.2.2",
"should": "11.2.0"
}
}