counterpart
Version:
A translation and localization library for Node.js and the browser
53 lines (52 loc) • 1.11 kB
JSON
{
"name": "counterpart",
"version": "0.18.6",
"description": "A translation and localization library for Node.js and the browser",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/martinandert/counterpart.git"
},
"keywords": [
"globalization",
"g11n",
"internationalization",
"i18n",
"localization",
"l10n",
"translation",
"translate",
"localize"
],
"scripts": {
"test": "make test",
"lint": "make lint"
},
"author": {
"name": "Martin Andert",
"email": "mandert@gmail.com"
},
"contributors": [
{
"name": "Callum Jefferies",
"email": "callum@callumj.uk"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/martinandert/counterpart/issues"
},
"homepage": "https://github.com/martinandert/counterpart",
"dependencies": {
"date-names": "^0.1.11",
"except": "^0.1.3",
"extend": "^3.0.0",
"pluralizers": "^0.1.7",
"sprintf-js": "^1.0.3"
},
"devDependencies": {
"jshint": "^2.5.10",
"mocha": "^2.0.1",
"time": "^0.11.1"
}
}