forked from mikeerickson/gulp-codeception
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 943 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 943 Bytes
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
{
"name": "gulp-codeception",
"version": "0.5.1",
"description": "PHP Codeception plugin for Gulp",
"main": "index.js",
"dependencies": {
"gulp-util": "3.0.8",
"map-stream": "0.0.6"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-notify": "2.2.0",
"gulp-shell": "0.5.2",
"jshint": "2.9.4",
"mocha": "3.2.0",
"should": "11.1.2"
},
"scripts": {
"test": "mocha --reporter spec && jshint ./*.js && jshint ./test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikeerickson/gulp-codeception"
},
"keywords": [
"gulpplugin",
"codeception"
],
"author": "Mike Erickson <codedungeon@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikeerickson/gulp-codeception/issues"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/mikeerickson/gulp-codeception",
"directories": {
"test": "test"
}
}