aboutsummaryrefslogtreecommitdiffstats
path: root/configbackuprestore/vnfconfigbackupservice/src/main/webapp/node_modules/angular-object-diff/bower.json
blob: 7602502a96b8884a6e130e9a0d4666d083a2b7d2 (plain)
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
{
  "name": "angular-object-diff",
  "version": "1.0.3",
  "main": [
    "./dist/angular-object-diff.js",
    "./dist/angular-object-diff.css"
  ],
  "authors": [
    "Deepu K Sasidharan <d4udts@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/hipster-labs/angular-object-diff.git"
  },
  "description": "An Angular JS plugin to compare and show object differences.",
  "moduleType": [
    "globals"
  ],
  "keywords": [
    "angular",
    "angular.js",
    "object",
    "diff",
    "json",
    "json-diff",
    "object-diff",
    "compare"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "1.x"
  },
  "devDependencies": {
    "angular-bootstrap": "~0.11.0",
    "font-awesome": "~4.1.0",
    "rainbow": "~1.1.9",
    "angular-mocks": "~1.3.10"
  },
  "resolutions": {
    "angular": "1.x",
    "angular-mocks": "1.3.10"
  }
}