|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
906 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "ejs",
|
|---|
| 3 | "description": "Embedded JavaScript templates",
|
|---|
| 4 | "keywords": [
|
|---|
| 5 | "template",
|
|---|
| 6 | "engine",
|
|---|
| 7 | "ejs"
|
|---|
| 8 | ],
|
|---|
| 9 | "version": "3.1.10",
|
|---|
| 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 | "jsdelivr": "ejs.min.js",
|
|---|
| 17 | "unpkg": "ejs.min.js",
|
|---|
| 18 | "repository": {
|
|---|
| 19 | "type": "git",
|
|---|
| 20 | "url": "git://github.com/mde/ejs.git"
|
|---|
| 21 | },
|
|---|
| 22 | "bugs": "https://github.com/mde/ejs/issues",
|
|---|
| 23 | "homepage": "https://github.com/mde/ejs",
|
|---|
| 24 | "dependencies": {
|
|---|
| 25 | "jake": "^10.8.5"
|
|---|
| 26 | },
|
|---|
| 27 | "devDependencies": {
|
|---|
| 28 | "browserify": "^16.5.1",
|
|---|
| 29 | "eslint": "^6.8.0",
|
|---|
| 30 | "git-directory-deploy": "^1.5.1",
|
|---|
| 31 | "jsdoc": "^4.0.2",
|
|---|
| 32 | "lru-cache": "^4.0.1",
|
|---|
| 33 | "mocha": "^10.2.0",
|
|---|
| 34 | "uglify-js": "^3.3.16"
|
|---|
| 35 | },
|
|---|
| 36 | "engines": {
|
|---|
| 37 | "node": ">=0.10.0"
|
|---|
| 38 | },
|
|---|
| 39 | "scripts": {
|
|---|
| 40 | "test": "npx jake test"
|
|---|
| 41 | }
|
|---|
| 42 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.