forked from martenlienen/rfc6902-json-diff-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 874 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
{
"name": "rfc6902-json-diff",
"version": "0.2.1",
"description": "JSON diff according to RFC6902",
"main": "lib/diff.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:cqql/rfc6902-json-diff-js.git"
},
"keywords": [
"json",
"diff",
"rfc",
"6902"
],
"author": "Marten Lienen",
"license": "MIT",
"bugs": {
"url": "https://github.com/cqql/rfc6902-json-diff-js/issues"
},
"homepage": "https://github.com/cqql/rfc6902-json-diff-js",
"dependencies": {
"json-pointer": "^0.6.2",
"lodash.flatten": "^4.2.0",
"lodash.isequal": "^4.1.4",
"lodash.isplainobject": "^4.0.4",
"lodash.keys": "^4.0.6",
"lodash.min": "^4.0.0",
"lodash.range": "^3.1.4",
"lodash.union": "^4.3.0"
},
"devDependencies": {
"mocha": "^10.2.0"
}
}