{ "name": "ejs", "description": "Embedded JavaScript templates", "keywords": [ "template", "engine", "ejs" ], "version": "2.3.1", "author": { "name": "Matthew Eernisse", "email": "mde@fleegix.org", "url": "http://fleegix.org" }, "contributors": [ { "name": "Timothy Gu", "email": "timothygu99@gmail.com", "url": "https://timothygu.github.io" } ], "license": "Apache-2.0", "main": "./lib/ejs.js", "repository": { "type": "git", "url": "git://github.com/mde/ejs.git" }, "bugs": { "url": "https://github.com/mde/ejs/issues" }, "homepage": "https://github.com/mde/ejs", "dependencies": {}, "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" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha", "coverage": "istanbul cover node_modules/mocha/bin/_mocha", "doc": "rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*", "devdoc": "rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*" }, "_id": "ejs@2.3.1", "_shasum": "a697d98ac401e32a99c3deed92c60c19b6199a7f", "_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.3.1.tgz", "_from": "ejs@>=2.3.1 <2.4.0", "_npmVersion": "2.1.11", "_nodeVersion": "0.10.33", "_npmUser": { "name": "mde", "email": "mde@fleegix.org" }, "maintainers": [ { "name": "tjholowaychuk", "email": "tj@vision-media.ca" }, { "name": "mde", "email": "mde@fleegix.org" } ], "dist": { "shasum": "a697d98ac401e32a99c3deed92c60c19b6199a7f", "tarball": "http://registry.npmjs.org/ejs/-/ejs-2.3.1.tgz" }, "directories": {} }