2012-11-02 13:03:09 +08:00
|
|
|
{
|
|
|
|
"name": "grunt-contrib-jasmine",
|
|
|
|
"description": "Run jasmine specs headlessly through PhantomJS.",
|
2015-01-09 05:19:06 +08:00
|
|
|
"version": "0.8.2",
|
2012-11-02 13:03:09 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Grunt Team",
|
|
|
|
"url": "http://gruntjs.com/"
|
|
|
|
},
|
2015-02-08 21:02:58 +08:00
|
|
|
"repository": "gruntjs/grunt-contrib-jasmine",
|
2012-11-02 13:03:09 +08:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/gruntjs/grunt-contrib-jasmine/blob/master/LICENSE-MIT"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"engines": {
|
2015-02-08 21:02:58 +08:00
|
|
|
"node": ">=0.10.0"
|
2012-11-02 13:03:09 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2012-11-29 07:19:46 +08:00
|
|
|
"test": "grunt test"
|
2012-11-02 13:03:09 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-02-08 21:02:58 +08:00
|
|
|
"chalk": "^0.5.1",
|
|
|
|
"es5-shim": "^4.0.1",
|
2014-06-02 23:25:17 +08:00
|
|
|
"grunt-lib-phantomjs": "^0.6.0",
|
2015-02-08 21:02:58 +08:00
|
|
|
"jasmine-core": "^2.0.4",
|
|
|
|
"lodash": "^3.1.0",
|
|
|
|
"rimraf": "^2.1.4"
|
2012-11-02 13:03:09 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-02-08 21:02:58 +08:00
|
|
|
"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"
|
2012-11-02 13:03:09 +08:00
|
|
|
},
|
2013-02-18 21:42:28 +08:00
|
|
|
"peerDependencies": {
|
2015-02-08 21:02:58 +08:00
|
|
|
"grunt": ">=0.4.0"
|
2013-02-18 21:42:28 +08:00
|
|
|
},
|
2012-11-02 13:03:09 +08:00
|
|
|
"keywords": [
|
|
|
|
"gruntplugin",
|
|
|
|
"jasmine",
|
|
|
|
"unit",
|
|
|
|
"phantomjs",
|
|
|
|
"headless",
|
|
|
|
"tests"
|
2015-02-08 21:02:58 +08:00
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"tasks"
|
2012-11-02 13:03:09 +08:00
|
|
|
]
|
2014-01-29 09:12:51 +08:00
|
|
|
}
|