CoastalCommitsPastes/server/node_modules/globalize/examples/amd-bower/package.json

15 lines
391 B
JSON
Raw Normal View History

2022-03-06 19:46:59 -05:00
{
"name": "globalize-hello-world-amd-bower",
"private": true,
"comment": [
"You don't need this file. The only reasone this example does have a",
"package.json is to fool npm, so cldr-data-downloader doesn't get",
"installed on Globalize's root.",
"",
"It's analogous to `chroot .` for npm. [:P]"
],
"dependencies": {
"cldr-data-downloader": "^0.3.4"
}
}