-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 767 Bytes
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
{
"name": "soft-assert",
"version": "0.2.7",
"description": "Soft Asserts JSON, Array and other data",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sarunya/soft-assert.git"
},
"keywords": [
"soft assert",
"assert",
"json assert",
"json",
"array assert",
"array",
"mocha soft",
"mocha"
],
"author": {
"name": "Sarunya Durai",
"email": "saransarunya@gmail.com"
},
"dependencies": {
"chai": "^4.3.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sarunya/soft-assert/issues"
},
"homepage": "https://github.com/sarunya/soft-assert#readme"
}