-
Notifications
You must be signed in to change notification settings - Fork 0
/
higgsboson.json
71 lines (71 loc) · 1.68 KB
/
higgsboson.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
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
{
"name": "particle-theme",
"higgsparticles":"./bower_components/particle-higgsboson",
"entryPoint": {
"styles": "theme",
"htmls": "theme"
},
"dependencies": {
"internals": {
"prefix": "particle-"
}
},
"server": {
"host": "localhost",
"url": "http://localhost",
"port": 8000,
"browser": "chrome"
},
"phantomcss": {
"screenshotRoot": "reports/styles/tests/screenshots",
"failedComparisonsRoot": "reports/styles/tests/failures",
"comparisonResultRoot": "reports/styles/tests/results",
"addLabelToFailedImage": true,
"outputSettings": {
"errorColor": {
"red": 255,
"green": 255,
"blue": 0
},
"errorType": "movement",
"transparency": 0.3
}
},
"path": {
"sources": {
"root": "src",
"srcipts": "src/scripts",
"styles": "src/styles",
"templates": "src/templates",
"htmls": "src/htmls"
},
"entryPoint": {
"srcipts": "src/scripts/entryPoints",
"styles": "src/styles/entryPoints"
},
"tests": {
"root": "test",
"units": {
"scripts": "test/units/specs/scripts",
"styles": "test/units/specs/styles",
"fixtures": "test/units/specs/fixtures"
},
"integration":{
"scripts": "test/integration/specs/scripts",
"styles": "test/integration/specs/styles",
"fixtures": "test/integration/specs/fixtures"
}
},
"dependencies": "bower_components",
"distribution": {
"root": "dist",
"styles": "dist/styles",
"htmls": "dev/htmls"
},
"development": {
"root": "dev",
"styles": "dev/styles",
"htmls": "dev/htmls"
}
}
}