Skip to content

Instantly share code, notes, and snippets.

@Vijar
Created March 28, 2014 00:08
Show Gist options
  • Save Vijar/9822033 to your computer and use it in GitHub Desktop.
Save Vijar/9822033 to your computer and use it in GitHub Desktop.
{
"name": "intl",
"version": "0.1.2",
"description": "polyfill the ECMA-402 Intl API (except collation)",
"main": ["Intl.js", "Intl.min.js"],
"keywords": [
"intl",
"i18n",
"internationalization",
"ecma402",
"polyfill"
],
"ignore": [
"/cldr",
"*.pyc",
"*.log",
".d8_history",
"/tools",
"/tests"
]
}
{
"name": "intl",
"version": "0.1.2",
"description": "Polyfill the ECMA-402 Intl API (except collation)",
"main": "Intl.complete.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"async": "~0.2.9",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"jshint": "~2.3.0",
"wd": "~0.2.8"
},
"scripts": {
"build": "grunt",
"lint": "jshint Intl.js",
"test": "cd tests && node noderunner.js && node saucelabs.js"
},
"repository": {
"type": "git",
"url": "https://github.com/andyearnshaw/Intl.js"
},
"keywords": [
"intl",
"i18n",
"internationalization",
"ecma402",
"polyfill"
],
"author": "Andy Earnshaw",
"email": "andyearnshaw@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/andyearnshaw/Intl.js/issues"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment