{
  "name": "grunt-cellarise-makara",
  "version": "0.2.4",
  "description": "An i18n module for dust.js templates, forked from krakenjs/makara, with the addition of a shorter tag handler.",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cellarise/makara.git"
  },
  "keywords": [
    "dust.js",
    "i18n",
    "internationalization",
    "localization",
    "templates"
  ],
  "author": "John Barry",
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ],
  "devDependencies": {
    "mocha": "~1.11.0",
    "chai": "~1.7.1",
    "grunt": "~0.4.1",
    "express": "~3.4.x",
    "grunt-dustjs": "~0.2.2",
    "grunt-simple-mocha": "~0.4.0",
    "grunt-contrib-clean": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.0",
    "dustjs-linkedin": "^2.0.0",
    "dustjs-helpers": "~1.1.1",
    "adaro": "~0.1.4"
  },
  "dependencies": {
    "grunt-cellarise-findatag": "*",
    "ent": "0.0.5",
    "q": "~0.9.6",
    "spud": "~0.0.2",
    "graceful-fs": "~2.0.1"
  },
  "peerDependencies": {
    "dustjs-linkedin": "^2.0.0",
    "adaro": "~0.1.4"
  }
}
