2012-11-02 13:03:09 +08:00
|
|
|
{
|
|
|
|
"name": "grunt-contrib-jasmine",
|
2015-05-12 20:51:51 +08:00
|
|
|
"description": "Run jasmine specs headlessly through PhantomJS",
|
2015-09-25 01:00:43 +08:00
|
|
|
"version": "0.9.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",
|
2015-05-29 06:00:57 +08:00
|
|
|
"license": "MIT",
|
2012-11-02 13:03:09 +08:00
|
|
|
"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-24 21:51:16 +08:00
|
|
|
"chalk": "^1.0.0",
|
2015-02-08 21:02:58 +08:00
|
|
|
"es5-shim": "^4.0.1",
|
2015-07-10 23:36:45 +08:00
|
|
|
"grunt-lib-phantomjs": "^0.7.1",
|
2015-02-08 21:02:58 +08:00
|
|
|
"jasmine-core": "^2.0.4",
|
2015-04-14 08:29:43 +08:00
|
|
|
"lodash": "~2.4.1",
|
2015-02-08 21:02:58 +08:00
|
|
|
"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",
|
2015-10-23 08:04:44 +08:00
|
|
|
"grunt-contrib-connect": "^0.11.2",
|
2015-02-08 21:02:58 +08:00
|
|
|
"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
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"gruntplugin",
|
|
|
|
"jasmine",
|
|
|
|
"unit",
|
|
|
|
"phantomjs",
|
|
|
|
"headless",
|
|
|
|
"tests"
|
2015-02-08 21:02:58 +08:00
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"tasks"
|
2015-02-27 16:08:09 +08:00
|
|
|
],
|
|
|
|
"appveyor_id": "5985958by5rhnh31"
|
2016-01-30 11:19:31 +08:00
|
|
|
}
|