{
  "name": "l20n",
  "description": "A localization library for HTML documents",
  "version": "6.0.0",
  "homepage": "http://l20n.org",
  "author": "Mozilla <l10n-drivers@mozilla.org>",
  "license": "Apache-2.0",
  "contributors": [
    {
      "name": "Zibi Braniecki",
      "email": "zbraniecki@mozilla.com"
    },
    {
      "name": "Staś Małolepszy",
      "email": "stas@mozilla.com"
    }
  ],
  "scripts": {
    "test": "make src/testing && make test"
  },
  "directories": {
    "lib": "./src"
  },
  "main": "./dist/web/l20n.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/l20n/l20n.js.git"
  },
  "keywords": [
    "localization",
    "l10n"
  ],
  "devDependencies": {
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-builtin-extend": "^1.1.2",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.7.7",
    "babel-preset-latest": "^6.24.1",
    "chai": "^3.5.0",
    "documentation": "^4.0.0-beta10",
    "eslint": "^3.9.1",
    "karma": "^1.2.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-mocha": "^1.1.1",
    "mocha": "^3.0.2",
    "rollup": "0.41.6",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-node-resolve": "^3.0.0",
    "uglify-js": "^2.8.22"
  },
  "dependencies": {
    "fluent": "~0.3.1",
    "fluent-intl-polyfill": "~0.1.0",
    "fluent-langneg": "~0.0.2"
  }
}
