forked from emberjs/ember-test-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "ember-test-helpers",
"version": "0.6.3",
"description": "Helpers for testing Ember.js applications",
"homepage": "https://github.com/switchfly/ember-test-helpers#readme",
"bugs": {
"url": "https://github.com/switchfly/ember-test-helpers/issues"
},
"license": "(MIT OR Apache-2.0)",
"contributors": [
"Dan Gebhardt",
"Robert Jackson",
"Stefan Penner",
"Ryan Florence",
"Adolfo Builes"
],
"main": "lib/ember-test-helpers.js",
"repository": {
"type": "git",
"url": "git+https://github.com/switchfly/ember-test-helpers.git"
},
"scripts": {
"start": "ember serve",
"test": "ember try:each"
},
"dependencies": {},
"devDependencies": {
"broccoli-babel-transpiler": "^5.5.0",
"broccoli-concat": "^3.0.5",
"broccoli-funnel": "^1.0.5",
"broccoli-lint-eslint": "^2.7.0",
"broccoli-merge-trees": "^1.1.5",
"ember-cli": "^2.10.0",
"ember-cli-release": "^1.0.0-beta.1",
"exists-sync": "0.0.3",
"loader.js": "^4.0.10"
}
}