{
  "name": "jspot",
  "version": "0.3.17",
  "description": "Extracts gettext strings from Javascript files into pot files",
  "main": "./lib/index.js",
  "bin": {
    "jspot": "./lib/cli.js"
  },
  "scripts": {
    "test": "./utils/test.sh test/"
  },
  "keywords": [
    "xgettext",
    "internationalization",
    "i18n",
    "gettext",
    "po",
    "pot"
  ],
  "author": "Praekelt Foundation",
  "license": "BSD",
  "devDependencies": {
    "jshint": "~2.4.4",
    "mocha": "~1.17.1",
    "tmp": "0.0.23"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/praekelt/jspot.git"
  },
  "bugs": {
    "url": "https://github.com/praekelt/jspot/issues"
  },
  "dependencies": {
    "falafel": "~2.1",
    "gettext-parser": "~0.2.0",
    "handlebars": ">=3.0.0",
    "moment": "~2.20.1",
    "nomnom": "~1.6.2",
    "po2json": "~0.4.1",
    "underscore": "~1.12.1"
  }
}
