{
  "name": "preact-i18nliner",
  "version": "0.2.0",
  "description": "i18n made simple - for Preact!",
  "main": "main.js",
  "scripts": {
    "test": "eslint . && mocha --compilers js:babel-core/register **/*.test.js",
    "dist": "babel -d dist ComponentInterpolator.js extensions/i18n_js.js"
  },
  "author": "Stijn de Witt & Jon Jensen",
  "contributors": [
    {
      "name": "Stijn de Witt",
      "email": "StijnDeWitt@hotmail.com",
      "website": "https://StijnDeWitt.com"
    },
    {
      "name": "Jon Jensen",
      "email": "jenseng@gmail.com",
      "website": "https://github.com/jenseng"
    }
  ],
  "keywords": [
    "preact",
    "i18n",
    "i18nliner"
  ],
  "copyright": "Copyright 2016 by [Stijn de Witt](http://StijnDeWitt.com) and [Jon Jensen](https://github.com/jenseng).",
  "license": "MIT",
  "licenseUrl": "https://github.com/download/preact-i18nliner/LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/download/preact-i18nliner.git"
  },
  "bugs": {
    "url": "https://github.com/download/preact-i18nliner/issues"
  },
  "homepage": "http://github.com/download/preact-i18nliner",
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-core": "^6.18.0",
    "babel-plugin-transform-react-jsx": "^6.8.0",
    "babel-polyfill": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "chai": "^3.5.0",
    "eslint": "^3.9.1",
    "eslint-plugin-react": "^6.4.1",
    "mocha": "^3.1.2",
    "preact-render-to-string": "^3.2.1",
    "ulog": "^1.0.0"
  },
  "peerDependencies": {
    "preact": "^6.0.0"
  },
  "dependencies": {
    "extend": "^3.0.0",
    "i18nliner": "^0.1.5",
    "invariant": "2.2.1",
    "preact": "^6.4.0",
    "recast": "^0.10.0",
    "through2": "^2.0.1"
  }
}
