{
  "_args": [
    [
      "ejs@^2.3.1",
      "/Users/gil/projects/testim/click-test/src/selenium/node_modules/webdriverio"
    ]
  ],
  "_from": "ejs@>=2.3.1 <3.0.0",
  "_id": "ejs@2.3.4",
  "_inCache": true,
  "_location": "/ejs",
  "_nodeVersion": "0.12.4",
  "_npmUser": {
    "email": "mde@fleegix.org",
    "name": "mde"
  },
  "_npmVersion": "2.10.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "ejs",
    "raw": "ejs@^2.3.1",
    "rawSpec": "^2.3.1",
    "scope": null,
    "spec": ">=2.3.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/webdriverio"
  ],
  "_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.3.4.tgz",
  "_shasum": "3c76caa09664b3583b0037af9dc136e79ec68b98",
  "_shrinkwrap": null,
  "_spec": "ejs@^2.3.1",
  "_where": "/Users/gil/projects/testim/click-test/src/selenium/node_modules/webdriverio",
  "author": {
    "email": "mde@fleegix.org",
    "name": "Matthew Eernisse",
    "url": "http://fleegix.org"
  },
  "bugs": {
    "url": "https://github.com/mde/ejs/issues"
  },
  "contributors": [
    {
      "name": "Timothy Gu",
      "email": "timothygu99@gmail.com",
      "url": "https://timothygu.github.io"
    }
  ],
  "dependencies": {},
  "description": "Embedded JavaScript templates",
  "devDependencies": {
    "browserify": "^8.0.3",
    "istanbul": "~0.3.5",
    "jake": "^8.0.0",
    "jsdoc": "^3.3.0-beta1",
    "lru-cache": "^2.5.0",
    "mocha": "^2.1.0",
    "rimraf": "^2.2.8",
    "uglify-js": "^2.4.16"
  },
  "directories": {},
  "dist": {
    "shasum": "3c76caa09664b3583b0037af9dc136e79ec68b98",
    "tarball": "http://registry.npmjs.org/ejs/-/ejs-2.3.4.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/mde/ejs",
  "installable": true,
  "keywords": [
    "ejs",
    "engine",
    "template"
  ],
  "license": "Apache-2.0",
  "main": "./lib/ejs.js",
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "mde",
      "email": "mde@fleegix.org"
    }
  ],
  "name": "ejs",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/mde/ejs.git"
  },
  "scripts": {
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha",
    "devdoc": "rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*",
    "doc": "rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*",
    "test": "mocha"
  },
  "version": "2.3.4"
}
