UNPKG

754 BJSONView Raw
1{
2 "name": "ember-cli-mocha",
3 "version": "0.7.0",
4 "description": "Mocha and Chai tests for ember-cli applications",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "ember-addon": {
10 "main": "index.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/switchfly/ember-cli-mocha.git"
15 },
16 "keywords": [
17 "ember-addon",
18 "ember",
19 "mocha",
20 "chai"
21 ],
22 "authors": [
23 "Dan Gebhardt"
24 ],
25 "license": "Apache Version 2.0",
26 "bugs": {
27 "url": "https://github.com/switchfly/ember-cli-mocha/issues"
28 },
29 "homepage": "https://github.com/switchfly/ember-cli-mocha",
30 "dependencies": {
31 "broccoli-jshint": "0.5.3"
32 },
33 "bundledDependencies": [ ]
34}