Created
March 28, 2014 00:08
-
-
Save Vijar/9822033 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]", | |
"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