raphaelfjesus/i18n-js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "i18n-js-simple",
  "version": "0.1.0",
  "description": "I18n for browser and environments Node.JS (easy to use, fast and no dependencies)",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/**/*.js",
    "coverage": "istanbul cover _mocha -- -R spec ./test/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raphaelfjesus/i18n-js.git"
  },
  "keywords": [
    "i18n",
    "i10n",
    "translate",
    "translation",
    "translator",
    "pluralization",
    "simple"
  ],
  "author": "Raphael F. Jesus <raphaelfjesus@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/raphaelfjesus/i18n-js/issues"
  },
  "homepage": "https://github.com/raphaelfjesus/i18n-js#readme",
  "engines": {
    "node": ">=4.1.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "codeclimate-test-reporter": "^0.3.1",
    "istanbul": "^0.4.2",
    "messageformat": "^0.3.1",
    "mocha": "^2.4.5",
    "should": "^8.2.2",
    "sprintf-js": "^1.0.3"
  }
}