{
  "name": "dot",
  "description": "Concise and fast javascript templating compatible with nodejs and other javascript environments",
  "keywords": [
    "template",
    "fast",
    "simple",
    "templating"
  ],
  "version": "1.1.1",
  "main": "index",
  "bin": {
    "dottojs": "./bin/dot-packer"
  },
  "homepage": "http://github.com/olado/doT",
  "repository": {
    "type": "git",
    "url": "git://github.com/olado/doT.git"
  },
  "author": {
    "name": "Laura Doktorova",
    "email": "ldoktorova@gmail.com"
  },
  "engines": [
    "node >=0.2.6"
  ],
  "license": "MIT",
  "scripts": {
    "eslint": "if-node-version '>=4' eslint *.js --ignore-pattern *.min.js",
    "test-cov": "nyc mocha test/*.test.js",
    "test": "npm run eslint && npm run test-cov",
    "bundle": "uglifyjs doT.js -o doT.min.js -c -m --preamble '/* Laura Doktorova https://github.com/olado/doT */'",
    "prepublish": "npm run bundle"
  },
  "dependencies": {},
  "devDependencies": {
    "commander": "*",
    "coveralls": "^2.11.14",
    "eslint": "^3.9.1",
    "if-node-version": "^1.1.0",
    "jshint": "*",
    "mkdirp": "*",
    "mocha": "*",
    "nyc": "^8.3.2",
    "pre-commit": "^1.1.3",
    "uglify-js": "*"
  },
  "nyc": {
    "exclude": [
      "test",
      "node_modules"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "gitHead": "90edb5d9e75ed7e26341ff3b4de4dcfc3ee54c4f",
  "bugs": {
    "url": "https://github.com/olado/doT/issues"
  },
  "_id": "dot@1.1.1",
  "_shasum": "1aa26a12b38b1dcccb496714a44303b72efd9ac0",
  "_from": "dot@1.1.1",
  "_npmVersion": "2.15.1",
  "_nodeVersion": "4.4.4",
  "_npmUser": {
    "name": "esp",
    "email": "e.poberezkin@me.com"
  },
  "maintainers": [
    {
      "name": "esp",
      "email": "e.poberezkin@me.com"
    },
    {
      "name": "olado",
      "email": "ldoktorova@gmail.com"
    }
  ],
  "dist": {
    "shasum": "1aa26a12b38b1dcccb496714a44303b72efd9ac0",
    "tarball": "https://registry.npmjs.org/dot/-/dot-1.1.1.tgz"
  },
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/dot-1.1.1.tgz_1478433158326_0.6048152418807149"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/dot/-/dot-1.1.1.tgz"
}
