localized-string
Version:
Fetches and formats translated strings.
31 lines (30 loc) • 680 B
JSON
{
"name": "localized-string",
"version": "0.0.5",
"private": false,
"license": "MIT",
"author": {
"email": "richard@refinedwiki.com",
"name": "Richard Simko"
},
"homepage": "https://bitbucket.org/refinedwikiteam/node-localized-string",
"repository": "bitbucket:refinedwikiteam/node-localized-string",
"bugs": {
"url": "https://bitbucket.org/refinedwikiteam/node-localized-string"
},
"keywords": [
"localization",
"strings",
"i18n",
"translation"
],
"scripts": {
"test": "mocha test"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"mocha-bamboo-reporter": "^1.1.0"
}
}