forked from emberjs/ember-test-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 803 Bytes
/
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
{
"name": "ember-test-helpers",
"private": true,
"description": "Helpers for testing Ember.js applications",
"main": "lib/ember-test-helpers.js",
"repository": {
"type": "git",
"url": "https://github.com/switchfly/ember-test-helpers.git"
},
"scripts": {
"test": "rm -rf build && BROCCOLI_ENV=test broccoli build build && testem ci"
},
"authors": [
"Dan Gebhardt",
"Robert Jackson",
"Stefan Penner",
"Ryan Florence",
"Adolfo Builes"
],
"license": "Apache Version 2.0 and MIT",
"readmeFilename": "README.md",
"devDependencies": {
"broccoli": "^0.13.0",
"broccoli-es6modules": "^0.4.0",
"broccoli-merge-trees": "^0.1.4",
"broccoli-sourcemap-concat": "^0.4.3",
"broccoli-static-compiler": "^0.1.4",
"testem": "^0.6.19"
}
}