{
  "name": "l10ns",
  "description": "Internationalization workflow and formatting",
  "version": "2.4.42",
  "homepage": "https://github.com/tinganho/l10ns",
  "author": {
    "name": "Tingan Ho",
    "email": "tingan87@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tinganho/l10ns.git"
  },
  "bugs": {
    "url": "https://github.com/tinganho/l10ns/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/tinganho/l10ns/blob/master/LICENSE-MIT"
    }
  ],
  "bin": {
    "l10ns": "./binaries/l10ns"
  },
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "binaries/test"
  },
  "cldr-data-coverage": "full",
  "dependencies": {
    "amdefine": "^0.1.0",
    "anonymous-insight": "^1.0.1",
    "backbone": "~1.1.2",
    "backbone-relational": "0.8.8",
    "backbone.paginator": "^2.0.0",
    "bcp47": "^1.1.2",
    "cldr-data": "33.0.0",
    "cldrjs": "^0.4.0",
    "commander": "^2.11.0",
    "connect-modrewrite": "^0.6.0",
    "express": "~3.1.2",
    "findup-sync": "~0.1.1",
    "glob": "~3.2.8",
    "hashids": "~0.1.4",
    "helmet": "~0.1.2",
    "lunr": "~0.4.3",
    "mkdirp": "~0.5.0",
    "open": "0.0.3",
    "os-name": "^1.0.3",
    "prompt": "~0.2.12",
    "q": "~1.0.0",
    "requirejs": "~2.1.10",
    "superagent": "~0.17.0",
    "terminal-colors": "~0.1.3",
    "underscore": "~1.5.2",
    "update-notifier": "^2.3.0"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "chai-as-promised": "~4.1.0",
    "grunt": "~0.4.2",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-compass": "~0.1.0",
    "grunt-contrib-connect": "~0.2.0",
    "grunt-contrib-jshint": "~0.1.0",
    "grunt-contrib-requirejs": "~0.4.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-rev": "^0.1.0",
    "grunt-webp": "https://github.com/tinganho/grunt-webp/tarball/master",
    "jshint-globals": "~0.1.0",
    "l10ns-template": "^1.0.0",
    "mocha": "~1.8.1",
    "moment": "^2.8.3",
    "moment-timezone": "^0.2.5",
    "proxyquire": "~0.5.1",
    "sinon": "~1.8.2",
    "sinon-chai": "~2.5.0"
  },
  "keywords": [
    "internationalization",
    "localization",
    "globalization",
    "translation",
    "tool",
    "g11n",
    "i18n",
    "l10n",
    "cli",
    "icu",
    "messageformat",
    "pluralformat",
    "selectformat",
    "selectordinalformat",
    "numberformat",
    "dateformat"
  ]
}
