{
  "name": "cortex-handlebars-compiler",
  "version": "1.5.4",
  "description": "Handlebar helpers for cortex template.",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cortexjs/cortex-handlebars-compiler.git"
  },
  "keywords": [
    "cortex",
    "handlebars",
    "template",
    "compiler",
    "tags"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "author": "kael",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cortexjs/cortex-handlebars-compiler/issues"
  },
  "devDependencies": {
    "mocha": "*",
    "chai": "*",
    "jsonfile": "~1.1.1",
    "underscore": "~1.6.0"
  },
  "dependencies": {
    "handlebars": "^2.0.0-alpha.4",
    "moment": "^2.10.2",
    "neuron-pkg": "^0.1.0",
    "semver": "^2.3.0",
    "shrinked": "^0.1.2"
  }
}
