UNPKG

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