grunt-contrib-jasmine/package.json

49 lines
1.0 KiB
JSON
Raw Normal View History

2012-11-02 13:03:09 +08:00
{
"name": "grunt-contrib-jasmine",
"description": "Run jasmine specs headlessly through PhantomJS",
2016-04-08 00:22:49 +08:00
"version": "1.0.3",
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",
2015-02-08 21:02:58 +08:00
"es5-shim": "^4.0.1",
"grunt-lib-phantomjs": "^1.0.0",
2015-04-24 02:17:08 +08:00
"jasmine-core": "^2.2.0",
"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": {
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:55 +08:00
}