UNPKG

372 BJSONView Raw
1{
2 "name": "intl",
3 "version": "1.2.4",
4 "description": "Polyfill the ECMA-402 Intl API (except collation)",
5 "main": ["dist/Intl.js", "locale-data/jsonp"],
6 "keywords": [
7 "intl",
8 "i18n",
9 "internationalization",
10 "ecma402",
11 "polyfill"
12 ],
13 "ignore": [
14 "/src",
15 "/task",
16 "/tools",
17 "/tests",
18 "index.js",
19 "Gruntfile.js"
20 ]
21}