49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "handlebars-intl",
|
|
"version": "1.1.2",
|
|
"description": "Handlebars helpers for internationalization.",
|
|
"author": "Eric Ferraiuolo <edf@ericf.me>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:yahoo/handlebars-intl.git"
|
|
},
|
|
"main": "index.js",
|
|
"jsnext:main": "src/main.js",
|
|
"browser": {
|
|
"./lib/locales": false,
|
|
"./lib/locales.js": false
|
|
},
|
|
"dependencies": {
|
|
"intl-format-cache": "2.0.5",
|
|
"intl-messageformat": "1.1.0",
|
|
"intl-relativeformat": "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.5.1",
|
|
"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.3.2",
|
|
"handlebars": "^3.0.0",
|
|
"intl": "^0.1.4",
|
|
"istanbul": "^0.3.2",
|
|
"mocha": "^2.0.1",
|
|
"xunit-file": "0.0.6"
|
|
},
|
|
"homepage": "https://github.com/yahoo/handlebars-intl",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"license": "BSD-3-Clause"
|
|
} |