grunt-contrib-jasmine/package.json

49 lines
1.1 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.",
2013-01-23 09:01:38 +08:00
"version": "0.3.0rc7",
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-23 09:01:38 +08:00
"grunt": "0.4.0rc7",
"rimraf": "~2.0.3"
2012-11-02 13:03:09 +08:00
},
"devDependencies": {
2013-01-10 13:14:50 +08:00
"grunt-contrib-internal": "*",
2013-01-23 09:01:38 +08:00
"grunt-contrib-nodeunit": "0.1.2rc6",
"grunt-contrib-jshint": "0.1.1rc6"
2012-11-02 13:03:09 +08:00
},
"keywords": [
"gruntplugin",
"jasmine",
"unit",
"phantomjs",
"headless",
"tests"
]
}