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