-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 987 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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "ember-cli-proxy-fixtures",
"version": "0.0.5",
"description": "Capture Ember CLI proxy server responses for faster playback on the second run.",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "mocha --require tests/_helper.js tests/mocha-sinon.js tests/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dockyard/ember-cli-proxy-fixtures"
},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"ember-addon"
],
"ember-addon": {
"configPath": "tests/dummy/config",
"after": "ember-cli-qunit",
"before": "proxy-server-middleware"
},
"author": {
"name": "Brian Cardarella"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.9.0",
"broccoli-json-concat": "0.0.4",
"mkdirp": "0.5.0"
},
"devDependencies": {
"assert": "1.1.2",
"mocha": "1.21.4",
"mocha-sinon": "^1.1.3",
"sinon": "1.11.1",
"tmp-sync": "^1.0.1"
}
}