{
  "name": "i18n-moustache",
  "description": "lightweight translation module with dynamic json storage",
  "version": "0.1.1",
  "homepage": "http://github.com/matthewarkin/i18n-node",
  "repository": {
    "type": "git",
    "url": "http://github.com/matthewarkin/i18n-node.git"
  },
  "author": "Matt Arkin <markin@kollective.it>",
  "main": "./index",
  "keywords": ["template", "i18n", "l10n", "moustache"],
  "directories": {
    "lib": "."
  },
  "dependencies": {
    "sprintf": ">=0.1.1",
    "debug": "*"
  },
  "devDependencies": {
    "mocha": ">=1.8.1",
    "should": ">=1.2.1",
    "express": " < 4.0.0",
    "zombie": "<2.0.0",
    "async": "*",
    "hbs": "*",
    "consolidate": "*",
    "restify": "*"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "scripts": {
    "test": "make test"
  }
}
