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",
|
2017-01-13 02:10:10 +08:00
|
|
|
"version": "1.1.0",
|
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
|
|
|
},
|
2016-01-30 11:19:55 +08:00
|
|
|
"main": "tasks/jasmine.js",
|
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",
|
2016-01-26 23:23:47 +08:00
|
|
|
"grunt-lib-phantomjs": "^1.0.0",
|
2016-09-02 00:24:37 +08:00
|
|
|
"jasmine-core": "~2.4.0",
|
2015-04-14 08:29:43 +08:00
|
|
|
"lodash": "~2.4.1",
|
2016-04-08 00:11:25 +08:00
|
|
|
"rimraf": "^2.1.4",
|
2016-04-08 00:22:49 +08:00
|
|
|
"sprintf-js": "~1.0.3"
|
2012-11-02 13:03:09 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-04-07 15:48:24 +08:00
|
|
|
"grunt": "^1.0.1",
|
|
|
|
"grunt-contrib-connect": "^1.0.1",
|
|
|
|
"grunt-contrib-internal": "^1.1.0",
|
|
|
|
"grunt-contrib-jshint": "^1.0.0",
|
|
|
|
"grunt-contrib-nodeunit": "^1.0.0",
|
|
|
|
"grunt-contrib-watch": "^1.0.0"
|
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:55 +08:00
|
|
|
}
|