intl-99
Version:
Intl.js polyfill with bundled locales as supported by 99designs
33 lines (32 loc) • 707 B
JSON
{
"name": "intl-99",
"version": "1.0.2",
"description": "Intl.js polyfill with bundled locales as supported by 99designs",
"main": "Intl.min.js",
"scripts": {
"build": "make"
},
"repository": {
"type": "git",
"url": "https://github.com/99designs/intl-99.git"
},
"keywords": [
"intl",
"ecma-402",
"i18n"
],
"author": "andrew.krespanis@99designs.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/99designs/intl-99/issues"
},
"homepage": "https://github.com/99designs/intl-99",
"dependencies": {
"intl": "^0.1.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-uglify": "^0.7.0"
}
}