UNPKG

gulp-jasmine-phantom

Version:

Jasmine 2.0 suite runner, optionally with PhantomJS

39 lines (38 loc) 758 B
{ "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" } }