UNPKG

grunt-thrill

Version:

Test your web application on many browsers.

44 lines 950 B
{ "name": "grunt-thrill", "description": "Test your web application on many browsers.", "version": "0.4.0", "homepage": "https://github.com/ozanturgut/grunt-thrill", "author": { "name": "Ozan Turgut", "url": "http://oztu.org/" }, "repository": { "type": "git", "url": "git://github.com/ozanturgut/grunt-thrill.git" }, "bugs": { "url": "https://github.com/ozanturgut/grunt-thrill/issues" }, "licenses": [ { "type": "Apache License 2.0", "url": "https://github.com/ozanturgut/grunt-thrill/blob/master/LICENSE-APACHE2" } ], "main": "grunt.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "thrill": "~0.4.0" }, "devDependencies": {}, "keywords": [ "gruntplugin", "thrill", "awesome", "grunt", "queen", "test", "test-runner", "runner" ] }