Blame view

bower_components/l20n/.bower.json 758 Bytes
0e9aeacd   root   localization l20n
1
2
3
  {
    "name": "l20n",
    "description": "A natural-language localization framework",
c5169e0e   Renato De Donato   a new hope
4
    "version": "3.4.1",
0e9aeacd   root   localization l20n
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
    "homepage": "http://l20n.org",
    "repository": {
      "type": "git",
      "url": "git://github.com/l20n/l20n.js.git"
    },
    "authors": [
      "Mozilla <l10n-drivers@mozilla.org>",
      "Zbigniew Braniecki",
      "Staś Małolepszy"
    ],
    "license": "Apache 2.0",
    "keywords": [
      "localization",
      "l10n",
      "l20n"
    ],
    "main": [],
    "ignore": [
      "**/*",
      "!dist/**/*"
    ],
c5169e0e   Renato De Donato   a new hope
26
    "_release": "3.4.1",
0e9aeacd   root   localization l20n
27
28
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
29
30
      "tag": "v3.4.1",
      "commit": "4b5428be54003e8dc7243665a5f844a546ddd226"
0e9aeacd   root   localization l20n
31
32
33
    },
    "_source": "git://github.com/l20n/l20n.js.git",
    "_target": "v3.x",
c5169e0e   Renato De Donato   a new hope
34
35
    "_originalSource": "l20n",
    "_direct": true
0e9aeacd   root   localization l20n
36
  }