UNPKG

870 BJSONView Raw
1{
2 "name": "ejs",
3 "description": "Embedded JavaScript templates",
4 "keywords": [
5 "template",
6 "engine",
7 "ejs"
8 ],
9 "version": "2.1.4",
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": "^8.0.3",
25 "uglify-js": "^2.4.16",
26 "mocha": "^2.1.0",
27 "jake": "^8.0.0",
28 "istanbul": "~0.3.5"
29 },
30 "engines": {
31 "node": ">=0.10.0"
32 },
33 "scripts": {
34 "test": "mocha",
35 "coverage": "istanbul cover node_modules/mocha/bin/_mocha"
36 }
37}
\No newline at end of file