This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.json
62 lines (62 loc) · 1.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ember-cli-qunit",
"version": "4.4.0",
"description": "QUnit testing package for ember-cli applications",
"keywords": [
"ember",
"ember-addon",
"qunit"
],
"homepage": "https://github.com/ember-cli/ember-cli-qunit",
"bugs": {
"url": "https://github.com/ember-cli/ember-cli-qunit/issues"
},
"license": "MIT",
"contributors": [
"Jake Craige",
"Stefan Penner",
"Robert Jackson"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ember-cli/ember-cli-qunit.git"
},
"scripts": {
"changelog": "lerna-changelog",
"test": "ember try:each"
},
"dependencies": {
"ember-cli-babel": "^6.11.0",
"ember-qunit": "^3.5.0"
},
"devDependencies": {
"ember-cli": "~2.17.1",
"ember-cli-eslint": "^4.2.1",
"ember-cli-htmlbars": "^2.0.3",
"ember-cli-shims": "^1.2.0",
"ember-cli-test-loader": "^2.2.0",
"ember-load-initializers": "^2.0.0",
"ember-resolver": "^4.4.0",
"ember-source": "~2.17.0",
"lerna-changelog": "^0.7.0",
"loader.js": "^4.6.0"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
},
"changelog": {
"repo": "ember-cli/ember-cli-qunit",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
},
"ember-addon": {
"main": "index.js",
"configPath": "tests/dummy/config"
}
}