46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"name": "intl-messageformat",
|
||
|
|
"version": "1.1.0",
|
||
|
|
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
|
||
|
|
"author": "Eric Ferraiuolo <eferraiuolo@gmail.com>",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git@github.com:yahoo/intl-messageformat.git"
|
||
|
|
},
|
||
|
|
"main": "index.js",
|
||
|
|
"jsnext:main": "src/main.js",
|
||
|
|
"browser": {
|
||
|
|
"./lib/locales": false,
|
||
|
|
"./lib/locales.js": false
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"intl-messageformat-parser": "1.1.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"benchmark": "^1.0.0",
|
||
|
|
"expect.js": "^0.3.1",
|
||
|
|
"grunt": "^0.4.5",
|
||
|
|
"grunt-benchmark": "^0.3.0",
|
||
|
|
"grunt-browserify": "^3.3.0",
|
||
|
|
"grunt-bundle-jsnext-lib": "^0.5.0",
|
||
|
|
"grunt-cli": "^0.1.13",
|
||
|
|
"grunt-contrib-clean": "^0.6.0",
|
||
|
|
"grunt-contrib-concat": "^0.5.0",
|
||
|
|
"grunt-contrib-connect": "^0.9.0",
|
||
|
|
"grunt-contrib-copy": "^0.8.0",
|
||
|
|
"grunt-contrib-jshint": "^0.11.0",
|
||
|
|
"grunt-contrib-uglify": "^0.8.0",
|
||
|
|
"grunt-extract-cldr-data": "^2.1.1",
|
||
|
|
"grunt-json-remove-fields": "git://github.com/ericf/grunt-json-remove-fields#improve-files-and-output",
|
||
|
|
"grunt-saucelabs": "^8.4.1",
|
||
|
|
"intl": "^0.1.4",
|
||
|
|
"istanbul": "^0.3.0",
|
||
|
|
"mocha": "^2.0.1",
|
||
|
|
"xunit-file": "0.0.6"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/yahoo/intl-messageformat",
|
||
|
|
"directories": {
|
||
|
|
"test": "tests"
|
||
|
|
},
|
||
|
|
"license": "BSD"
|
||
|
|
}
|