grunt-contrib-jasmine/package.json
Vlad Filippov d21731ee8d v0.8.2
2015-01-08 16:19:06 -05:00

57 lines
1.3 KiB
JSON

{
"name": "grunt-contrib-jasmine",
"description": "Run jasmine specs headlessly through PhantomJS.",
"version": "0.8.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"
}
],
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt-lib-phantomjs": "^0.6.0",
"rimraf": "~2.1.4",
"chalk": "~0.4.0",
"lodash": "~2.4.1",
"es5-shim": "~4.0.1",
"jasmine-core": ">=2.0.4"
},
"devDependencies": {
"grunt-contrib-internal": "~0.4.5",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt": "~0.4.5",
"grunt-contrib-connect": "~0.4.0",
"grunt-contrib-watch": "~0.5.3"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"jasmine",
"unit",
"phantomjs",
"headless",
"tests"
]
}