forked from dflynn15/gulp-jasmine-phantom
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 918 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
{
"name": "gulp-jasmine-phantom-requirejs",
"version": "4.0.1",
"description": "Jasmine 2.0 suite runner with PhantomJS and requirejs",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dunal/gulp-jasmine-phantom-requirejs.git"
},
"engines": {
"node": ">=0.12.0"
},
"keywords": [
"gulpplugin",
"jasmine",
"phantom",
"test",
"testing",
"unit",
"integration",
"framework",
"runner",
"tdd",
"bdd",
"spec"
],
"dependencies": {
"express": "^4.14.0",
"glob": "^4.0.6",
"gulp-util": "^3.0.0",
"handlebars": "^2.0.0",
"lodash": "^4.3.0",
"mime": "^1.3.4",
"portfinder": "^1.0.5",
"requirejs": "^2.2.0",
"serialize-javascript": "^1.3.0",
"serve-favicon": "^2.3.0",
"through2": "^0.6.1"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-jasmine": "^1.0.1"
}
}