forked from messageformat/messageformat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
20 lines (20 loc) · 769 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "messageformat",
"description": "PluralFormat and SelectFormat Message and i18n Tool - A JavaScript Implemenation of the ICU standards.",
"main": "messageformat.js",
"license": "To use or fork, MIT License. To contribute back, Dojo CLA",
"ignore": [ ".*", "lib/", "test/", "component.json", "jsdoc-conf.json", "Makefile", "package.json"],
"keywords": [
"i18n", "icu", "internationalization", "gettext",
"messageformat", "pluralformat", "selectformat", "choiceformat"
],
"authors": [
"Alex Sexton <[email protected]>",
"Eemeli Aro <[email protected]>"
],
"homepage": "https://github.com/SlexAxton/messageformat.js",
"repository": {
"type": "git",
"url": "https://github.com/SlexAxton/messageformat.js.git"
}
}