forked from Cropster/ember-visual-test
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.85 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.85 KB
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
{
"name": "ember-visual-test",
"version": "0.3.6",
"description": "Test screens in acceptance/integration tests for visual changes over time.",
"keywords": [
"ember-addon"
],
"repository": "https://github.com/chattermill/ember-visual-test",
"license": "MIT",
"author": "Artem Hurzhii <artem@chattermill.io>",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"lint:js": "eslint .",
"start": "ember server",
"test": "ember test",
"test:one": "ember try:one",
"test:all": "ember try:each",
"artifactregistry-login": "npx google-artifactregistry-auth"
},
"dependencies": {
"broccoli-funnel": "^2.0.2",
"broccoli-merge-trees": "^4.2.0",
"ember-cli-babel": "7.21.0",
"fs-extra": "^8.1.0",
"pixelmatch": "~5.2.0",
"puppeteer": "^4.0.1"
},
"devDependencies": {
"@ember/optional-features": "^1.3.0",
"broccoli-asset-rev": "3.0.0",
"ember-cli": "3.19.0",
"ember-cli-addon-docs": "~0.7.0",
"ember-cli-addon-docs-yuidoc": "^0.2.1",
"ember-cli-dependency-checker": "^3.1.0",
"ember-cli-htmlbars": "^5.2.0",
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-sri": "^2.1.1",
"ember-cli-uglify": "3.0.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "2.0.1",
"ember-load-initializers": "2.1.1",
"ember-qunit": "^4.6.0",
"ember-resolver": "8.0.0",
"ember-source": "3.19.0",
"ember-source-channel-url": "^2.0.1",
"ember-try": "^1.4.0",
"eslint": "~7.3.1",
"eslint-plugin-ember": "^8.9.0",
"eslint-plugin-node": "^11.1.0",
"loader.js": "4.7.0",
"qunit-dom": "1.2.0"
},
"engines": {
"node": "8.* || 10.* || >= 12"
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"homepage": "https://cropster.github.io/ember-visual-test"
}