{
  "name": "i18nliner",
  "description": "i18n made simple",
  "version": "0.2.6",
  "author": "Jon Jensen",
  "homepage": "https://github.com/jenseng/i18nliner-js",
  "repository": {
    "type": "git",
    "url": "http://github.com/jenseng/i18nliner-js.git"
  },
  "main": "./dist/lib/main",
  "bin": {
    "i18nliner": "./bin/i18nliner"
  },
  "devDependencies": {
    "babel-preset-latest": "~6.22.0",
    "browserify": "~14.1.0",
    "chai": "~3.5.0",
    "eslint": "~3.16.1",
    "grunt": "~1.0.1",
    "grunt-babel": "~6.0.0",
    "grunt-browserify": "~5.0.0",
    "grunt-cli": "~1.2.0",
    "grunt-contrib-clean": "~1.0.0",
    "grunt-contrib-copy": "~1.0.0",
    "gruntify-eslint": "~3.1.0",
    "matchdep": "~1.0.1",
    "mocha": "~3.2.0",
    "rimraf": "~2.6.1",
    "sinon": "~1.17.7",
    "temp": "~0.8.3"
  },
  "scripts": {
    "test": "./node_modules/.bin/grunt test && mocha tmp/test --recursive"
  },
  "dependencies": {
    "babel-traverse": "^6.0.0",
    "babylon": "^6.0.0",
    "cli-color": "~1.2.0",
    "crc32": "~0.2.2",
    "gglobby": "0.0.3",
    "minimist": "~1.2.0",
    "mkdirp": "~0.5.1",
    "speakingurl": "13.0.0"
  }
}
