{ "name": "grunt-contrib-jasmine", "description": "Run jasmine specs headlessly through PhantomJS.", "version": "0.4.2", "homepage": "https://github.com/gruntjs/grunt-contrib-jasmine", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/" }, "repository": { "type": "git", "url": "git://github.com/gruntjs/grunt-contrib-jasmine.git" }, "bugs": { "url": "https://github.com/gruntjs/grunt-contrib-jasmine/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/gruntjs/grunt-contrib-jasmine/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">=0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "grunt-lib-phantomjs": "~0.3.0", "rimraf": "~2.0.3" }, "devDependencies": { "grunt-contrib-internal": "~0.4.0", "grunt-contrib-nodeunit": "~0.1.2", "grunt-contrib-jshint": "~0.2.0", "grunt": "~0.4.0", "grunt-contrib-connect": "~0.3.0" }, "peerDependencies": { "grunt": "~0.4.0" }, "keywords": [ "gruntplugin", "jasmine", "unit", "phantomjs", "headless", "tests" ] }