grunt-contrib-jasmine/package.json
Kyle Robinson Young 4a7d89aa07 Merge branch 'master' of github.com:gruntjs/grunt-contrib-jasmine
* 'master' of github.com:gruntjs/grunt-contrib-jasmine:
  fix version in the readme
  fix docs
  add 2.2.0 files
  changelog updates
  bump grunt-lib-phantomjs to 1.0.0 (updates to phantomjs 2.1.1)
  Jasmine 2.2.0 support
2016-01-29 19:20:08 -08:00

48 lines
1.0 KiB
JSON

{
"name": "grunt-contrib-jasmine",
"description": "Run jasmine specs headlessly through PhantomJS",
"version": "1.0.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-jasmine",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"main": "tasks/jasmine.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"chalk": "^1.0.0",
"es5-shim": "^4.0.1",
"grunt-lib-phantomjs": "^1.0.0",
"jasmine-core": "^2.2.0",
"lodash": "~2.4.1",
"rimraf": "^2.1.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-internal": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1"
},
"keywords": [
"gruntplugin",
"jasmine",
"unit",
"phantomjs",
"headless",
"tests"
],
"files": [
"tasks"
],
"appveyor_id": "5985958by5rhnh31"
}