|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
448 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | {
|
|---|
| 2 | "name": "tmpl",
|
|---|
| 3 | "description": "JavaScript micro templates.",
|
|---|
| 4 | "version": "1.0.5",
|
|---|
| 5 | "license": "BSD-3-Clause",
|
|---|
| 6 | "homepage": "https://github.com/daaku/nodejs-tmpl",
|
|---|
| 7 | "author": "Naitik Shah <n@daaku.org>",
|
|---|
| 8 | "main": "lib/tmpl",
|
|---|
| 9 | "repository": {
|
|---|
| 10 | "type": "git",
|
|---|
| 11 | "url": "https://github.com/daaku/nodejs-tmpl"
|
|---|
| 12 | },
|
|---|
| 13 | "scripts": {
|
|---|
| 14 | "test": "NODE_PATH=./lib mocha --ui exports"
|
|---|
| 15 | },
|
|---|
| 16 | "devDependencies": {
|
|---|
| 17 | "mocha": "^9.1.1"
|
|---|
| 18 | }
|
|---|
| 19 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.