{
  "name": "dot2",
  "description": "Concise and fast javascript templating compatible with nodejs and other javascript environments (fork from olado/doT)",
  "keywords": [
    "template",
    "fast",
    "simple",
    "templating"
  ],
  "version": "2.0.7",
  "main": "index",
  "bin": {
    "dottojs": "./bin/dot-packer"
  },
  "homepage": "https://github.com/RenaudParis/doT",
  "repository": "git://github.com/RenaudParis/doT.git",
  "author": "Laura Doktorova <ldoktorova@gmail.com>",
  "engines": [
    "node >=0.2.6"
  ],
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
  },
  "devDependencies": {
    "commander": "*",
    "uglify-js": "*",
    "mkdirp": "*",
    "mocha":"*",
    "jshint":"*"
  }
}
