UNPKG

karma-dojo

Version:

A Karma plugin. Adapter for Dojo Toolkit.

34 lines (33 loc) 727 B
{ "name": "karma-dojo", "version": "0.0.1", "description": "A Karma plugin. Adapter for Dojo Toolkit.", "main": "lib/index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git://github.com/garcimouche/karma-dojo.git" }, "keywords": [ "karma-plugin", "karma-adapter", "dojo" ], "author": "Franck Garcia <garcia.franck@gmail.com>", "dependencies": {}, "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.6", "grunt-karma": "~0.3", "grunt-bump": "~0.0.7", "grunt-npm": "~0.0.2", "grunt-auto-release": "~0.0.2" }, "peerDependencies": { "karma": ">=0.9" }, "license": "MIT", "contributors": [] }