UNPKG

1.08 kBJSONView Raw
1{
2 "name": "ejs",
3 "description": "Embedded JavaScript templates",
4 "keywords": [
5 "template",
6 "engine",
7 "ejs"
8 ],
9 "version": "2.5.3",
10 "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
11 "contributors": [
12 "Timothy Gu <timothygu99@gmail.com> (https://timothygu.github.io)"
13 ],
14 "license": "Apache-2.0",
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 "devDependencies": {
24 "browserify": "^13.0.1",
25 "eslint": "^3.0.0",
26 "git-directory-deploy": "^1.5.1",
27 "istanbul": "~0.4.3",
28 "jake": "^8.0.0",
29 "jsdoc": "^3.4.0",
30 "lru-cache": "^4.0.1",
31 "mocha": "^3.0.2",
32 "uglify-js": "^2.6.2"
33 },
34 "engines": {
35 "node": ">=0.10.0"
36 },
37 "scripts": {
38 "test": "mocha",
39 "lint": "eslint \"**/*.js\" Jakefile",
40 "coverage": "istanbul cover node_modules/mocha/bin/_mocha",
41 "doc": "jake doc",
42 "devdoc": "jake doc[dev]"
43 }
44}