Initial Commit
parents
No related branches found
No related tags found
Showing
- .eslintrc.json 4 additions, 0 deletions.eslintrc.json
- .gitignore 4 additions, 0 deletions.gitignore
- LICENSE 202 additions, 0 deletionsLICENSE
- index.js 3 additions, 0 deletionsindex.js
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 22 additions, 0 deletionspackage.json
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
LICENSE
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "@commander-lol/koa-mustache", | ||
"version": "1.0.0", | ||
"description": "Mustache rendering for Koa 2+", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "eslint ./**/*.js" | ||
}, | ||
"keywords": [ | ||
"koa", | ||
"mustache", | ||
"template", | ||
"rendering", | ||
"async" | ||
], | ||
"author": "Louis Capitanchik <contact@louiscap.co>", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@bark/eslint-config": "^0.1.2", | ||
"eslint": "^4.16.0" | ||
} | ||
} |
Please register or sign in to comment