nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / json3 / .bower.json
1 {
2   "name": "json3",
3   "version": "3.3.2",
4   "main": "lib/json3.js",
5   "repository": {
6     "type": "git",
7     "url": "git://github.com/bestiejs/json3.git"
8   },
9   "ignore": [
10     ".*",
11     "**/.*",
12     "build.js",
13     "index.html",
14     "index.js",
15     "component.json",
16     "package.json",
17     "benchmark",
18     "page",
19     "test",
20     "vendor",
21     "tests"
22   ],
23   "homepage": "https://github.com/bestiejs/json3",
24   "description": "A modern JSON implementation compatible with nearly all JavaScript platforms",
25   "keywords": [
26     "json",
27     "spec",
28     "ecma",
29     "es5",
30     "lexer",
31     "parser",
32     "stringify"
33   ],
34   "authors": [
35     "Kit Cambridge <github@kitcambridge.be>"
36   ],
37   "license": "MIT",
38   "_release": "3.3.2",
39   "_resolution": {
40     "type": "version",
41     "tag": "v3.3.2",
42     "commit": "dec5c2a5dc723ff867caa32a81ed93ab814f7426"
43   },
44   "_source": "https://github.com/bestiejs/json3.git",
45   "_target": "~3.3.1",
46   "_originalSource": "json3"
47 }