Files
Foundry-VTT-Docker/resources/app/node_modules/intl-relativeformat/package.json
2025-01-04 00:34:03 +01:00

47 lines
1.3 KiB
JSON

{
"name": "intl-relativeformat",
"version": "1.1.0",
"description": "Formats JavaScript dates to relative time strings.",
"author": "Caridy Patino <caridy@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:yahoo/intl-relativeformat.git"
},
"main": "index.js",
"jsnext:main": "src/main.js",
"browser": {
"./lib/locales": false,
"./lib/locales.js": false
},
"dependencies": {
"intl-messageformat": "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.3.2",
"intl": "^0.1.4",
"istanbul": "^0.3.2",
"mocha": "^2.0.1",
"moment": "^2.8.2",
"xunit-file": "0.0.6"
},
"homepage": "https://github.com/yahoo/intl-relativeformat",
"directories": {
"test": "tests"
},
"license": "BSD"
}