2012-11-02 13:03:09 +08:00
|
|
|
{
|
|
|
|
"name": "grunt-contrib-jasmine",
|
|
|
|
"description": "Run jasmine specs headlessly through PhantomJS.",
|
2013-02-25 00:05:07 +08:00
|
|
|
"version": "0.3.3",
|
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": {
|
2012-12-14 00:51:25 +08:00
|
|
|
"grunt-lib-phantomjs": "~0.1.0",
|
2013-01-09 03:28:26 +08:00
|
|
|
"rimraf": "~2.0.3"
|
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",
|
|
|
|
"grunt-contrib-jshint": "~0.1.1",
|
2013-02-24 08:43:29 +08:00
|
|
|
"grunt-contrib-watch": "~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"
|
|
|
|
]
|
|
|
|
}
|