2012-11-02 13:03:09 +08:00
|
|
|
{
|
|
|
|
"name": "grunt-contrib-jasmine",
|
|
|
|
"description": "Run jasmine specs headlessly through PhantomJS.",
|
2013-04-05 01:57:17 +08:00
|
|
|
"version": "0.4.2",
|
2012-11-02 13:03:09 +08:00
|
|
|
"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": {
|
2012-11-29 07:19:46 +08:00
|
|
|
"test": "grunt test"
|
2012-11-02 13:03:09 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2013-04-05 01:39:00 +08:00
|
|
|
"grunt-lib-phantomjs": "~0.3.0",
|
2013-06-16 02:50:37 +08:00
|
|
|
"rimraf": "~2.1.4"
|
2012-11-02 13:03:09 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-02-16 07:53:59 +08:00
|
|
|
"grunt-contrib-internal": "~0.4.0",
|
|
|
|
"grunt-contrib-nodeunit": "~0.1.2",
|
2013-02-27 01:04:14 +08:00
|
|
|
"grunt-contrib-jshint": "~0.2.0",
|
2013-02-16 07:53:59 +08:00
|
|
|
"grunt": "~0.4.0"
|
2012-11-02 13:03:09 +08:00
|
|
|
},
|
2013-02-18 21:42:28 +08:00
|
|
|
"peerDependencies": {
|
|
|
|
"grunt": "~0.4.0"
|
|
|
|
},
|
2012-11-02 13:03:09 +08:00
|
|
|
"keywords": [
|
|
|
|
"gruntplugin",
|
|
|
|
"jasmine",
|
|
|
|
"unit",
|
|
|
|
"phantomjs",
|
|
|
|
"headless",
|
|
|
|
"tests"
|
|
|
|
]
|
|
|
|
}
|