forked from flitbit/diff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
54 lines (54 loc) · 1.72 KB
/
bower.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
45
46
47
48
49
50
51
52
53
54
{
"name": "deep-diff",
"main": "index.js",
"version": "0.3.8",
"homepage": "https://github.com/flitbit/diff",
"authors": [
"Phillip Clark <[email protected]>",
"Simen Bekkhus <[email protected]>",
"Paul Pflugradt <[email protected]>",
"wooorm <[email protected]>",
"Nicholas Calugar <[email protected]>",
"Yandell <[email protected]>",
"Thiago Santos <[email protected]>",
"Steve Mao <[email protected]>",
"Mats Bryntse <[email protected]>",
"Phillip Clark <[email protected]>",
"ZauberNerd <[email protected]>",
"ravishivt <[email protected]>",
"Daniel Spangler <[email protected]>",
"Sam Beran <[email protected]>",
"Thomas de Barochez <[email protected]>",
"Morton Fox <[email protected]>",
"Amila Welihinda <[email protected]>",
"Will Biddy <[email protected]>",
"icesoar <[email protected]>",
"Serkan Serttop <[email protected]>",
"orlando <[email protected]>",
"Tom MacWright <[email protected]>",
"Denning <[email protected]>",
"Dan Drinkard <[email protected]>",
"Elad Efrat <[email protected]>",
"caasi Huang <[email protected]>",
"Tom Ashworth <[email protected]>"
],
"description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.",
"keywords": [
"diff",
"difference",
"compare",
"change-tracking"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"build",
"components",
"component.json",
"test",
"tests"
]
}