UNPKG

897 BJSONView Raw
1{
2 "name": "ejs",
3 "description": "Embedded JavaScript templates",
4 "keywords": [
5 "template",
6 "engine",
7 "ejs"
8 ],
9 "version": "3.1.2",
10 "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
11 "license": "Apache-2.0",
12 "bin": {
13 "ejs": "./bin/cli.js"
14 },
15 "main": "./lib/ejs.js",
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/mde/ejs.git"
19 },
20 "bugs": "https://github.com/mde/ejs/issues",
21 "homepage": "https://github.com/mde/ejs",
22 "dependencies": {
23 "jake": "^10.6.1"
24 },
25 "devDependencies": {
26 "browserify": "^16.5.1",
27 "eslint": "^6.8.0",
28 "git-directory-deploy": "^1.5.1",
29 "jsdoc": "^3.6.4",
30 "lru-cache": "^4.0.1",
31 "mocha": "^7.1.1",
32 "uglify-js": "^3.3.16"
33 },
34 "engines": {
35 "node": ">=0.10.0"
36 },
37 "scripts": {
38 "test": "mocha",
39 "postinstall": "node --harmony ./postinstall.js"
40 }
41}