Epic-231:versioning, and backup the configuration
[sdnc/oam.git] / configbackuprestore / vnfconfigbackupservice / src / main / webapp / node_modules / angular-object-diff / bower.json
1 {
2   "name": "angular-object-diff",
3   "version": "1.0.3",
4   "main": [
5     "./dist/angular-object-diff.js",
6     "./dist/angular-object-diff.css"
7   ],
8   "authors": [
9     "Deepu K Sasidharan <d4udts@gmail.com>"
10   ],
11   "repository": {
12     "type": "git",
13     "url": "git://github.com/hipster-labs/angular-object-diff.git"
14   },
15   "description": "An Angular JS plugin to compare and show object differences.",
16   "moduleType": [
17     "globals"
18   ],
19   "keywords": [
20     "angular",
21     "angular.js",
22     "object",
23     "diff",
24     "json",
25     "json-diff",
26     "object-diff",
27     "compare"
28   ],
29   "license": "MIT",
30   "ignore": [
31     "**/.*",
32     "node_modules",
33     "bower_components",
34     "test",
35     "tests"
36   ],
37   "dependencies": {
38     "angular": "1.x"
39   },
40   "devDependencies": {
41     "angular-bootstrap": "~0.11.0",
42     "font-awesome": "~4.1.0",
43     "rainbow": "~1.1.9",
44     "angular-mocks": "~1.3.10"
45   },
46   "resolutions": {
47     "angular": "1.x",
48     "angular-mocks": "1.3.10"
49   }
50 }