-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
46 lines (46 loc) · 1009 Bytes
/
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
{
"name": "gulp-mocha-phantomjs",
"version": "0.12.2",
"description": "run client-side Mocha tests with PhantomJS",
"keywords": [
"gulpplugin",
"mocha",
"phantomjs",
"test",
"testing",
"framework",
"runner",
"unit",
"spec",
"tdd",
"bdd"
],
"author": "Rui Hu <[email protected]>",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"dependencies": {
"gulp-util": "^3.0.7",
"mocha-phantomjs-core": "^2.0.0",
"phantomjs-prebuilt": "^2.1.4",
"through2": "^2.0.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"should": "^8.2.1"
},
"homepage": "https://github.com/mrhooray/gulp-mocha-phantomjs",
"repository": {
"type": "git",
"url": "git://github.com/mrhooray/gulp-mocha-phantomjs.git"
},
"bugs": {
"url": "https://github.com/mrhooray/gulp-mocha-phantomjs/issues"
},
"license": "MIT"
}