-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 907 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
44
{
"name": "jest-css-match-serializer",
"version": "1.1.0",
"description": "Take snapshots of the CSS that applies to an HTML snippet.",
"main": "index.js",
"scripts": {
"test": "standard && jest"
},
"keywords": [
"css",
"selector",
"match",
"jest",
"snapshot",
"serializer"
],
"author": {
"name": "Matthew Armstrong",
"email": "[email protected]"
},
"license": "MIT",
"engines": {
"node": ">= 8.6.0"
},
"dependencies": {
"ansi-underline": "^0.1.1",
"find-css-matches": "^1.1.0",
"object-hash": "^1.3.0"
},
"devDependencies": {
"jest": "^22.4.3",
"standard": "^11.0.1"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/raingerber/jest-css-match-serializer"
},
"bugs": {
"url": "https://github.com/raingerber/jest-css-match-serializer/issues"
}
}