{
  "name": "xjst",
  "description": "XSLT inspired JavaScript templates (with spices)",
  "version": "1.7.1",
  "homepage": "http://github.com/veged/xjst",
  "author": "Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)",
  "contributors": [
    "Fedor Indutny <fedor.indutny@gmail.com> (https://github.com/indutny)"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/veged/xjst.git"
  },
  "main": "./lib/xjst",
  "directories": {
    "lib": "./lib"
  },
  "bin": {
    "xjst": "./bin/xjst"
  },
  "dependencies": {
    "coa": "~ 0.4.0",
    "q": "~ 0.9.7",
    "esprima": "~1.1.1",
    "uglify-js": "~2.4.0",
    "estraverse": "~1.5.0"
  },
  "devDependencies": {
    "mocha": "~1.12.1",
    "benchmark": "~1.0.0",
    "watch": "~0.7.0"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "licenses": [
    {
      "type": "AS IS"
    }
  ],
  "scripts": {
    "test": "mocha --slow 600 --growl --reporter spec test/unit/*-test.js"
  }
}
