{
  "name": "stonejs-tools",
  "version": "1.6.1",
  "description": "Tools for extracting/compiling translatable strings from Javascript/HTML source",
  "main": "src/index.js",
  "scripts": {
    "test": "grunt lint test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/flozz/stonejs-tools"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./src"
  },
  "keywords": [
    "internationalization",
    "i18n",
    "localization",
    "l10n",
    "po",
    "translation",
    "gettext",
    "json"
  ],
  "author": "Fabien LOISON <http://www.flozz.fr/>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/flozz/stonejs-tools/issues"
  },
  "dependencies": {
    "async": "^3.2.0",
    "cheerio": "^1.0.0-rc.3",
    "cli": "^1.0.1",
    "espree": "^9.0.0",
    "gettext-parser": "^3.1.1",
    "glob": "^8.0.3"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "grunt": "^1.1.0",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-mocha-test": "^0.13.3",
    "mocha": "^10.2.0"
  }
}
