UNPKG

884 BJSONView Raw
1{
2 "name": "diff-json",
3 "version": "1.1.0",
4 "description": "Generates diffs of javascript objects.",
5 "main": "index.js",
6 "scripts": {
7 "test": "NODE_ENV=test mocha --compilers coffee:coffee-script/register -R spec --recursive test",
8 "prepublish": "coffee --output dist --compile src"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git@github.com:viruschidai/diff-json.git"
13 },
14 "keywords": [
15 "javascript",
16 "JSON",
17 "diff",
18 "patch",
19 "revert",
20 "apply changes",
21 "revert changes"
22 ],
23 "author": "viruschidai@gmail.com",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/viruschidai/diff-json/issues"
27 },
28 "homepage": "https://github.com/viruschidai/diff-json",
29 "dependencies": {
30 "lodash": ">=4.0.0"
31 },
32 "devDependencies": {
33 "coffee-script": "^1.7.1",
34 "expect.js": "^0.3.1",
35 "mocha": "^5.2.0"
36 }
37}