UNPKG

mimosa-ember-test

Version:
50 lines 994 B
{ "name": "mimosa-ember-test", "version": "1.1.0", "homepage": "https://github.com/dbashford/mimosa-ember-test", "author": "David Bashford", "description": "A Mimosa module for testing Ember apps", "contributors": [ { "name": "David Bashford", "email": "dbashford@hotmail.com" }, { "name": "Estelle DeBlois", "email": "edeblois@gmail.com" } ], "repository": { "type": "git", "url": "https://github.com/dbashford/mimosa-ember-test" }, "keywords": [ "mimosa", "mmodule", "testem", "testing", "requirejs", "qunit", "sinon", "ember", "emberjs" ], "dependencies": { "wrench": "1.5.8", "lodash": "2.4.1", "mimosa-testem-simple": "1.2.0" }, "devDependencies": { "mocha": "1.9.0", "chai": "1.5.0", "rimraf": "2.2.8" }, "scripts": { "test": "node_modules/.bin/mocha" }, "license": "MIT", "engines": { "node": ">=0.8" }, "main": "./src/index" }