1 | {
|
2 | "name": "rfc6902",
|
3 | "description": "Complete implementation of RFC6902 (patch and diff)",
|
4 | "main": "./dist/rfc6902.js",
|
5 | "authors": [
|
6 | "Christopher Brown <io@henrian.com> (http://henrian.com)"
|
7 | ],
|
8 | "license": "MIT",
|
9 | "keywords": [
|
10 | "json",
|
11 | "patch",
|
12 | "diff",
|
13 | "rfc6902"
|
14 | ],
|
15 | "homepage": "https://github.com/chbrown/rfc6902",
|
16 | "moduleType": [
|
17 | "amd",
|
18 | "es6",
|
19 | "globals",
|
20 | "node"
|
21 | ],
|
22 | "ignore": [
|
23 | "**/.*",
|
24 | "CVS",
|
25 | "node_modules",
|
26 | "bower_components",
|
27 | "test"
|
28 | ]
|
29 | }
|