mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
25 lines
425 B
JSON
25 lines
425 B
JSON
{
|
|
"name": "rendy",
|
|
"version": "1.1.0",
|
|
"homepage": "https://github.com/coderaiser/rendy",
|
|
"authors": [
|
|
"coderaiser <mnemonic.enemy@gmail.com>"
|
|
],
|
|
"description": "simple template engine",
|
|
"main": "lib/rendy.js",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"template",
|
|
"engine",
|
|
"rendy"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"test"
|
|
]
|
|
}
|