-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 758 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 758 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
{
"name": "gulp-jasmine-phantom",
"version": "3.0.0",
"description": "Jasmine 2.0 suite runner, optionally with PhantomJS",
"license": "MIT",
"repository": "dflynn15/gulp-jasmine-phantom",
"engines": {
"node": ">=0.12.0"
},
"keywords": [
"gulpplugin",
"jasmine",
"phantom",
"test",
"testing",
"unit",
"integration",
"framework",
"runner",
"tdd",
"bdd",
"spec"
],
"dependencies": {
"glob": "^4.0.6",
"gulp-util": "^3.0.0",
"handlebars": "^2.0.0",
"jasmine": "dflynn15/jasmine-npm",
"lodash": "^4.3.0",
"through2": "^0.6.1"
},
"devDependencies": {
"JSON": "^1.0.0",
"gulp": "^3.8.7",
"gulp-jasmine": "^1.0.1",
"jasmine-fixture": "^1.0.8"
}
}