Initial Implementation
{ | { | ||
"name": "@commander-lol/koa-mustache", | "name": "@commander-lol/koa-mustache", | ||
"version": "1.0.0", | "version": "1.0.1-beta1", | ||
"description": "Mustache rendering for Koa 2+", | "description": "Mustache rendering for Koa 2+", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
... | @@ -18,5 +18,9 @@ | ... | @@ -18,5 +18,9 @@ |
"devDependencies": { | "devDependencies": { | ||
"@bark/eslint-config": "^0.1.2", | "@bark/eslint-config": "^0.1.2", | ||
"eslint": "^4.16.0" | "eslint": "^4.16.0" | ||
}, | |||
"dependencies": { | |||
"fs-jetpack": "^1.2.0", | |||
"mustache": "^2.3.0" | |||
} | } | ||
} | } |
Please register or sign in to comment