FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ember-cli-code-coverage/package.json at master · lytics/ember-cli-code-coverage · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
lytics
/
ember-cli-code-coverage
Public
forked from
ember-cli-code-coverage/ember-cli-code-coverage
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ember-cli-code-coverage
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
95 lines (95 loc) · 2.88 KB
Breadcrumbs
ember-cli-code-coverage
/
package.json
Copy path
File metadata and controls
95 lines (95 loc) · 2.88 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name"
:
"
ember-cli-code-coverage
"
,
"version"
:
"
1.0.0-beta.3
"
,
"description"
:
"
Code coverage for ember projects using Istanbul
"
,
"keywords"
: [
"
ember-addon
"
],
"license"
:
"
MIT
"
,
"author"
:
"
Katie Gengler
"
,
"contributors"
: [
"
Matthew Dahl (https://github.com/sandersky)
"
,
"
Robert Jackson (https://github.com/rwjblue)
"
,
"
Robert Wagner (https://github.com/rwwagner90)
"
],
"directories"
: {
"doc"
:
"
doc
"
,
"test"
:
"
tests
"
},
"repository"
:
"
https://github.com/kategengler/ember-cli-code-coverage
"
,
"scripts"
: {
"node-test"
:
"
mocha test/**/*-test.js
"
,
"browser-test"
:
"
COVERAGE=true ember test
"
,
"lint:js"
:
"
eslint ./*.js addon addon-test-support app config lib server test-support test tests
"
,
"test"
:
"
npm run-script lint:js && npm run-script node-test
"
,
"changelog"
:
"
lerna-changelog
"
},
"dependencies"
: {
"babel-core"
:
"
^6.24.1
"
,
"babel-plugin-istanbul"
:
"
^4.1.5
"
,
"babel-plugin-transform-async-to-generator"
:
"
^6.24.1
"
,
"body-parser"
:
"
^1.15.0
"
,
"co"
:
"
^4.6.0
"
,
"ember-cli-babel"
:
"
^6.6.0
"
,
"ember-cli-htmlbars"
:
"
^2.0.1
"
,
"ember-cli-version-checker"
:
"
^2.0.0
"
,
"exists-sync"
:
"
0.0.4
"
,
"extend"
:
"
^3.0.0
"
,
"fs-extra"
:
"
^5.0.0
"
,
"istanbul-api"
:
"
^1.1.14
"
,
"lodash.concat"
:
"
^4.5.0
"
,
"node-dir"
:
"
^0.1.16
"
,
"rsvp"
:
"
^4.8.1
"
,
"walk-sync"
:
"
^0.3.2
"
},
"devDependencies"
: {
"broccoli-asset-rev"
:
"
^2.4.5
"
,
"chai"
:
"
^4.1.2
"
,
"chai-files"
:
"
^1.2.0
"
,
"ember-cli"
:
"
~3.0.0-beta.2
"
,
"ember-cli-addon-tests"
:
"
^0.11.0
"
,
"ember-cli-dependency-checker"
:
"
^2.0.0
"
,
"ember-cli-eslint"
:
"
^4.2.1
"
,
"ember-cli-htmlbars"
:
"
^2.0.1
"
,
"ember-cli-htmlbars-inline-precompile"
:
"
^1.0.0
"
,
"ember-cli-inject-live-reload"
:
"
^1.4.1
"
,
"ember-cli-qunit"
:
"
^4.1.1
"
,
"ember-cli-shims"
:
"
^1.2.0
"
,
"ember-cli-sri"
:
"
^2.1.0
"
,
"ember-cli-uglify"
:
"
^2.0.0
"
,
"ember-disable-prototype-extensions"
:
"
^1.1.2
"
,
"ember-exam"
:
"
1.0.0
"
,
"ember-export-application-global"
:
"
^2.0.0
"
,
"ember-load-initializers"
:
"
^1.0.0
"
,
"ember-maybe-import-regenerator"
:
"
^0.1.6
"
,
"ember-resolver"
:
"
^4.0.0
"
,
"ember-source"
:
"
~3.0.0-beta.1
"
,
"ember-source-channel-url"
:
"
^1.0.1
"
,
"ember-try"
:
"
^0.2.23
"
,
"eslint-plugin-ember"
:
"
^5.0.0
"
,
"eslint-plugin-node"
:
"
^5.2.1
"
,
"fixturify"
:
"
^0.3.4
"
,
"glob"
:
"
^7.1.2
"
,
"lerna-changelog"
:
"
^0.7.0
"
,
"loader.js"
:
"
^4.2.3
"
,
"mocha"
:
"
^5.0.0
"
,
"rimraf"
:
"
^2.6.2
"
,
"sinon"
:
"
^4.2.2
"
},
"engines"
: {
"node"
:
"
^4.5 || 6.* || >= 7.*
"
},
"ember-addon"
: {
"configPath"
:
"
tests/dummy/config
"
},
"changelog"
: {
"repo"
:
"
kategengler/ember-cli-code-coverage
"
,
"labels"
: {
"breaking"
:
"
:boom: Breaking Change
"
,
"enhancement"
:
"
:rocket: Enhancement
"
,
"bug"
:
"
:bug: Bug Fix
"
,
"documentation"
:
"
:memo: Documentation
"
,
"internal"
:
"
:house: Internal
"
}
}
}
Back
|
FazBrowse Home
|
New Git URL