karma-yuitest-framework
Version:
A YUITest runner for the karma framework, see the tests for examples of how the tests should look. Note: I don't recommend writing new YUITest tests
34 lines (33 loc) • 857 B
JSON
{
"name": "karma-yuitest-framework",
"version": "1.0.2",
"description": "A YUITest runner for the karma framework, see the tests for examples of how the tests should look. Note: I don't recommend writing new YUITest tests",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com:jamiejones85/karma-yuitest-framework.git"
},
"keywords": [
"karma-plugin",
"karma-adapter",
"yuitest"
],
"author": "Jamie Jones jamie@jamie-jones.co.uk",
"license": "ISC",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-karma": "^2.0.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"load-grunt-tasks": "^3.5.2",
"yui": "^3.18.1"
},
"peerDependencies": {
"yui": "*",
"karma": "*"
}
}