1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/vendor/assets/components/messageformat/package.json
2016-03-23 18:39:41 +01:00

46 lines
1.0 KiB
JSON

{
"name": "messageformat",
"version": "0.1.8",
"author": "Alex Sexton <alexsexton@gmail.com>",
"description": "PluralFormat and SelectFormat Message and i18n Tool - A JavaScript Implemenation of the ICU standards.",
"repository": {
"type": "git",
"url": "https://SlexAxton@github.com/SlexAxton/messageformat.js.git"
},
"scripts": {
"test": "make test"
},
"main": "./messageformat",
"bin": {
"messageformat": "./bin/messageformat.js"
},
"contributors":[
"Eemeli Aro <eemeli@gmail.com>"
],
"keywords": [
"i18n",
"pluralformat",
"icu",
"gettext",
"choiceformat",
"selectformat",
"messageformat",
"internationalization"
],
"dependencies": {
"nopt": "~2.1.2",
"coffee-script": "~1.7.0",
"watchr": "~2.4.9",
"underscore": "~1.5.2",
"async": "~0.2.10",
"glob": "~3.2.8"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"serve": "*",
"pegjs": "*"
},
"license": "To Use: WTFPL, To Contribute: Dojo CLA"
}